Making WordPress.org

Changeset 4823


Ignore:
Timestamp:
01/29/2017 11:08:34 AM (8 years ago)
Author:
samuelsidler
Message:

Breathe: Fix handbook sidebar background on large resolution screens.

Also, merge two rules into one. (We really need to clean up this stylesheet at some point.)

Props dingo_bastard.
Fixes #2437.

File:
1 edited

Legend:

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

    r4821 r4823  
    787787 */
    788788
    789 .single-handbook #secondary {
    790     clear: left;
    791 }
    792 
    793789.single-handbook .site-main .widget-area {
    794790    float: left;
     
    808804
    809805.single-handbook .o2-post {
    810     border-top: none;
     806    aborder-top: none;
    811807}
    812808
     
    11211117
    11221118.single-handbook #secondary {
     1119    clear: left;
    11231120    margin: 0;
     1121    background: #fafafa;
    11241122}
    11251123
Note: See TracChangeset for help on using the changeset viewer.