Increased bottom margin in the demo

This commit is contained in:
Eli Grey
2013-06-25 15:49:19 -03:00
parent 781aa84d96
commit aa208bf5b3
+2 -1
View File
@@ -27,6 +27,7 @@ form {
} }
section { section {
margin-top: 40px; margin-top: 40px;
margin-bottom: 40px;
} }
dt { dt {
font-weight: bold; font-weight: bold;
@@ -52,4 +53,4 @@ dt {
dt:target { dt:target {
background-color: Highlight; background-color: Highlight;
color: HighlightText; color: HighlightText;
} }