changeset 14:9567495a4c3e

remove <br> tags.
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Jul 2012 19:36:15 -0500
parents b8b4b137e7e2
children df32173a025b
files index.html style.css
diffstat 2 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/index.html	Sun Jul 08 19:33:54 2012 -0500
     1.2 +++ b/index.html	Sun Jul 08 19:36:15 2012 -0500
     1.3 @@ -159,9 +159,6 @@
     1.4        <li>Farmer's Branch</li>
     1.5      </ul>
     1.6  
     1.7 -    <br/>
     1.8 -    <br/>
     1.9 -
    1.10      <div class="money-outer">
    1.11        <div class="money-inner">
    1.12        <p class="money">
     2.1 --- a/style.css	Sun Jul 08 19:33:54 2012 -0500
     2.2 +++ b/style.css	Sun Jul 08 19:36:15 2012 -0500
     2.3 @@ -52,6 +52,9 @@
     2.4  margin-top:1em;
     2.5  }
     2.6  
     2.7 +div.money-outer{
     2.8 +    margin-top:6em;
     2.9 +}
    2.10  
    2.11  div.money-inner{
    2.12      border:1px solid black;
    2.13 @@ -63,10 +66,6 @@
    2.14      font-size:18px;
    2.15  }
    2.16  
    2.17 -div.money-outer{
    2.18 -    margin-top:2em;
    2.19 -}
    2.20 -
    2.21  em.money{
    2.22      color:#115511;
    2.23      font-size:25px;