diff style.css @ 14:9567495a4c3e

remove <br> tags.
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Jul 2012 19:36:15 -0500
parents b8b4b137e7e2
children 39200fe70eef
line wrap: on
line diff
     1.1 --- a/style.css	Sun Jul 08 19:33:54 2012 -0500
     1.2 +++ b/style.css	Sun Jul 08 19:36:15 2012 -0500
     1.3 @@ -52,6 +52,9 @@
     1.4  margin-top:1em;
     1.5  }
     1.6  
     1.7 +div.money-outer{
     1.8 +    margin-top:6em;
     1.9 +}
    1.10  
    1.11  div.money-inner{
    1.12      border:1px solid black;
    1.13 @@ -63,10 +66,6 @@
    1.14      font-size:18px;
    1.15  }
    1.16  
    1.17 -div.money-outer{
    1.18 -    margin-top:2em;
    1.19 -}
    1.20 -
    1.21  em.money{
    1.22      color:#115511;
    1.23      font-size:25px;