changeset 150:7bb8ee5a52e8

s.
author Robert McIntyre <rlm@mit.edu>
date Mon, 20 Apr 2015 01:33:29 -0400
parents a5d107180b16
children 0f8cb1752964
files css/ideas.css
diffstat 1 files changed, 25 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/css/ideas.css	Sun Apr 19 17:10:02 2015 -0700
     1.2 +++ b/css/ideas.css	Mon Apr 20 01:33:29 2015 -0400
     1.3 @@ -18,6 +18,7 @@
     1.4  position:relative;
     1.5  padding:15em;
     1.6  min-height:5em;
     1.7 +
     1.8  }
     1.9  
    1.10  
    1.11 @@ -99,8 +100,31 @@
    1.12  background:#eee;
    1.13  }
    1.14  
    1.15 +
    1.16  #content{
    1.17      width:85% !important;
    1.18      margin-left:auto !important;
    1.19      margin-right:auto !important;
    1.20 -}
    1.21 \ No newline at end of file
    1.22 +}
    1.23 +
    1.24 +/* dxh */
    1.25 +.outline-3 > * {
    1.26 +    padding-bottom:2em!important;
    1.27 +    padding-top:0.5em!important;
    1.28 +    
    1.29 +}
    1.30 +
    1.31 +
    1.32 +.outline-3, .outline-3 * {
    1.33 +    margin:0!important;
    1.34 +
    1.35 +}
    1.36 +.outline-3 {
    1.37 +    border-bottom:1px solid #ccc;
    1.38 +}
    1.39 +.outline-3 h3 {
    1.40 +    padding-left:1em;
    1.41 +    font-family:Georgia, Times, serif;
    1.42 +    font-size:1.14em;
    1.43 + 
    1.44 +}