Fix the spacing around some <h3> headers

This commit is contained in:
Eelco Dolstra
2012-04-15 18:48:29 +02:00
parent 80705c8a20
commit e7fa54e48e
3 changed files with 8 additions and 5 deletions

View File

@ -15,4 +15,8 @@ th {
.template {
display: none;
}
}
h3 {
margin-top: 1em;
}