diff style.css @ 10:0af8687de6f6

beginning image resize.
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Jul 2012 18:26:09 -0500
parents eede9c0c9e58
children 3e6679506149
line wrap: on
line diff
     1.1 --- a/style.css	Sun Jul 08 18:17:25 2012 -0500
     1.2 +++ b/style.css	Sun Jul 08 18:26:09 2012 -0500
     1.3 @@ -32,11 +32,9 @@
     1.4  div.folio {
     1.5      border-bottom:0em solid #ffc;
     1.6  }
     1.7 +
     1.8  .folio img {
     1.9 -    height:132px;
    1.10      height:180px;
    1.11 -    height:108px;
    1.12 -    height:144px;
    1.13      margin:0 .5em;
    1.14  }
    1.15  
    1.16 @@ -44,10 +42,6 @@
    1.17      text-align:center;
    1.18      margin-bottom:3em;
    1.19  }
    1.20 -#logo {
    1.21 -    height:4.5em;
    1.22 -
    1.23 -}
    1.24  
    1.25  h1,h2,h3,h4,h5,h6,a{
    1.26      color:#00c;
    1.27 @@ -58,7 +52,6 @@
    1.28  
    1.29  
    1.30  table.choices {
    1.31 -
    1.32      width:30em;
    1.33      margin:1.5em auto;
    1.34      border-spacing:0px;
    1.35 @@ -69,7 +62,6 @@
    1.36  
    1.37  }
    1.38  
    1.39 -
    1.40  .snapshot {
    1.41      height:24em;
    1.42      display:block;