witten
/
luminotes
Archived
1
0
Fork 0

Fixing spacing around forms in static note divs.

This commit is contained in:
Dan Helfman 2009-01-12 16:30:46 -08:00
parent 4e31959dfd
commit a5c68158f7
1 changed files with 5 additions and 0 deletions

View File

@ -561,6 +561,11 @@ h1 {
line-height: 140%;
}
.static_note_contents form {
margin-top: 1em;
margin-bottom: 1em;
}
.static_note_contents h3 {
padding-bottom: 0.25em;
border-bottom: 1px solid #dddddd;