comparison 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
comparison
equal deleted inserted replaced
13:b8b4b137e7e2 14:9567495a4c3e
50 50
51 h3{ 51 h3{
52 margin-top:1em; 52 margin-top:1em;
53 } 53 }
54 54
55 div.money-outer{
56 margin-top:6em;
57 }
55 58
56 div.money-inner{ 59 div.money-inner{
57 border:1px solid black; 60 border:1px solid black;
58 padding:1em; 61 padding:1em;
59 text-align:center; 62 text-align:center;
60 width:400px; 63 width:400px;
61 margin-left:auto; 64 margin-left:auto;
62 margin-right:auto; 65 margin-right:auto;
63 font-size:18px; 66 font-size:18px;
64 }
65
66 div.money-outer{
67 margin-top:2em;
68 } 67 }
69 68
70 em.money{ 69 em.money{
71 color:#115511; 70 color:#115511;
72 font-size:25px; 71 font-size:25px;