Changeset - 359cc7a0684a
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2016-12-31 19:30:19
brett@sfconservancy.org
css: <dl>s clear each other.

This prevents <dl>s from stacking horizontally when their <dt>s are short.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy-bigscreen.css
Show inline comments
...
 
@@ -33,6 +33,7 @@ dl {
 
}
 

	
 
dt {
 
    clear: left;
 
    float: left;
 
    text-align: center;
 
    width: 10em;
0 comments (0 inline, 0 general)