Module:Side box/styles.css: Difference between revisions

give these a top/bottom margin in all cases, adjust min-width margin statements accordingly
 
imported>TheDJ
use display flow-root to force a new Block formatting context
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
line-height: 1.25em;
line-height: 1.25em;
background-color: #f9f9f9;
background-color: #f9f9f9;
    display: flow-root;
}
}