# HG changeset patch # User Robert McIntyre # Date 1429508009 14400 # Node ID 7bb8ee5a52e8b21875853fa5d5f67209e3969193 # Parent a5d107180b16930e64d2253dadc53e5e22c6b2e5 s. diff -r a5d107180b16 -r 7bb8ee5a52e8 css/ideas.css --- a/css/ideas.css Sun Apr 19 17:10:02 2015 -0700 +++ b/css/ideas.css Mon Apr 20 01:33:29 2015 -0400 @@ -18,6 +18,7 @@ position:relative; padding:15em; min-height:5em; + } @@ -99,8 +100,31 @@ background:#eee; } + #content{ width:85% !important; margin-left:auto !important; margin-right:auto !important; -} \ No newline at end of file +} + +/* dxh */ +.outline-3 > * { + padding-bottom:2em!important; + padding-top:0.5em!important; + +} + + +.outline-3, .outline-3 * { + margin:0!important; + +} +.outline-3 { + border-bottom:1px solid #ccc; +} +.outline-3 h3 { + padding-left:1em; + font-family:Georgia, Times, serif; + font-size:1.14em; + +}