Add some margin about h3 elements

This commit is contained in:
Eelco Dolstra 2013-02-26 16:00:46 +01:00
parent 4b70be6753
commit 2a3e832fc4

View file

@ -53,3 +53,7 @@ table.info-table th {
table.clickable-rows > tbody > tr {
cursor: pointer;
}
h3 {
margin-top: 0.5em;
}