Making WordPress.org

Ticket #2437: 2437.patch

File 2437.patch, 1.1 KB (added by dingo_bastard, 8 years ago)

The major fix is on the line 1037, other fixes are probably just due to trimming of trailing white space I have set up in Sublime

  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

     
    4141        padding: 10px;
    4242}
    4343
    44 .entry-content td, 
    45 .entry-content th { 
    46         padding: 1em !important; 
    47 } 
     44.entry-content td,
     45.entry-content th {
     46        padding: 1em !important;
     47}
    4848
    49 .entry-content th { 
    50         font-weight: bold; 
     49.entry-content th {
     50        font-weight: bold;
    5151}
    5252
    5353td:first-of-type {
     
    984984  color: #fff;
    985985  background-color: #0073aa;
    986986}
    987 .menu-table-of-contents-container ul a.active, 
     987.menu-table-of-contents-container ul a.active,
    988988.menu-table-of-contents-container .current-menu-item > a {
    989989  color: #555 !important;
    990990  background-color: #fff;
     
    10361036
    10371037.handbook-template-default #secondary {
    10381038        margin: 0;
     1039        background: #fafafa;
    10391040}
    10401041
    10411042.handbook-template-default #primary {