Making WordPress.org

Changeset 3574


Ignore:
Timestamp:
06/24/2016 06:10:48 PM (10 years ago)
Author:
coffee2code
Message:

Support Forums: Add more side padding to forum listing's topics and posts columns.

Fixes #1782.

Location:
sites/trunk/wordpress.org/public_html/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/forum-wp4-rtl.css

    r2441 r3574  
    1515#forumlist .num {
    1616        font-family: sans-serif;
     17}
     18
     19#forumlist thead tr th, #forumlist tr td.num {
     20        padding-right: 2em;
     21        padding-left: 0;
     22}
     23
     24#forumlist thead tr th:first-child {
     25        padding-right: inherit;
    1726}
    1827
  • sites/trunk/wordpress.org/public_html/style/forum-wp4.css

    r2474 r3574  
    5959        font-family: Georgia;
    6060        font-size: 12px;
     61}
     62
     63#forumlist thead tr th, #forumlist tr td.num {
     64        padding-left: 2em;
     65}
     66
     67#forumlist thead tr th:first-child {
     68        padding-left: inherit;
    6169}
    6270
Note: See TracChangeset for help on using the changeset viewer.