diff css/argentum.css @ 59:053bce43913c

changes from Dylan?
author Robert McIntyre <rlm@mit.edu>
date Mon, 02 Mar 2015 12:14:21 -0500
parents f679403db87d
children fb5ea1d5bbe9
line wrap: on
line diff
     1.1 --- a/css/argentum.css	Mon Mar 02 09:11:06 2015 -0800
     1.2 +++ b/css/argentum.css	Mon Mar 02 12:14:21 2015 -0500
     1.3 @@ -264,6 +264,50 @@
     1.4      text-shadow:none;
     1.5      font-size:1.5em!important;
     1.6  }
     1.7 +
     1.8 +
     1.9 +
    1.10 +.ideas dl {
    1.11 +	line-height:1.6em;
    1.12 +	display:block;
    1.13 +	position:relative;
    1.14 +}
    1.15 +
    1.16 +.ideas dt {	
    1.17 +	font-family:Georgia, Palatino, Times,serif;
    1.18 +	color:#000;
    1.19 +	font-size:1.2em;
    1.20 +	margin-top:2em;
    1.21 +	margin-bottom:0.25em;
    1.22 +	text-transform:capitalize;
    1.23 +	display:block;
    1.24 +
    1.25 +	position:absolute;
    1.26 +	top:0;
    1.27 +	bottom:0;
    1.28 +	width:12em;
    1.29 +	text-align:right;
    1.30 +	
    1.31 +}
    1.32 +
    1.33 +.ideas dd {
    1.34 +	margin:0;
    1.35 +	padding:0;
    1.36 +}
    1.37 +
    1.38 +.ideas blockquote {
    1.39 +	font-style:italic;
    1.40 +}
    1.41 +
    1.42 +body {
    1.43 +width:auto;
    1.44 +font-size:16px!important;
    1.45 +margin:0 4em;
    1.46 +}
    1.47 +
    1.48 +
    1.49 +
    1.50 +
    1.51  /*
    1.52  
    1.53  .header {