Uploaded image for project: 'Maven Skins'
  1. Maven Skins
  2. MSKINS-230

Text in <th>/<td> ignore default alignment

    XMLWordPrintableJSON

Details

    Description

      Table (header) cells lose default alignment because Bootstrap by default enforces:

      .table th,
      .table td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
      } 

      We need to revert it and not enfore any alignment otherwise <th> elements aren't centered anymore.

      Attachments

        Activity

          People

            michael-o Michael Osipov
            michael-o Michael Osipov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: