adding some formatting tweaks

This commit is contained in:
Andrew Davidson 2012-03-12 19:15:23 -07:00
parent 1778115a82
commit ed14795d1f

View file

@ -69,14 +69,14 @@ $def with (title, body)
font-size: 1.3em; font-size: 1.3em;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
padding-bottom: 20px; padding-bottom: 5px;
padding-top: 10px; padding-top: 10px;
} }
h2 { h2 {
font-size: 1.1em; font-size: 1.1em;
font-weight: bold; font-weight: bold;
padding-bottom:5px; padding-bottom:5px;
padding-top:5px; padding-top:20px;
} }
p { p {
padding-bottom: 5px; padding-bottom: 5px;
@ -84,7 +84,7 @@ $def with (title, body)
form { form {
text-align: center; text-align: center;
padding: 10px; padding: 10px;
} }
</style> </style>
$:body $:body