Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-36152

Add support for styling the different borders in a table in CSS

XMLWordPrintable

    • 8664ee610d3d8bb8a2a578a6aa6bfd38afe4fcda (qt/qtbase/dev) d8a9bec35fb0c60a0e5990c1a12ffe6f39fdbf2d

      Add support for styling the different borders in a table in CSS. For example in something like:

      table
      {
      border-collapse:collapse;
      border-bottom:5px solid black;
      }
      td, th
      {
      border: 1px solid black;
      
      }
      

      in the attached example html.

        1. temp.cpp
          0.7 kB
        2. testtable.html
          0.5 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            esabraha Eskil Abrahamsen Blomfeldt
            andysh Andy Shaw
            Votes:
            6 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes