Ensure there is enough space above of the second grid
authorJoey Schulze <joey@infodrom.org>
Sat, 21 Dec 2013 20:38:57 +0000 (21:38 +0100)
committerJoey Schulze <joey@infodrom.org>
Sat, 21 Dec 2013 20:38:57 +0000 (21:38 +0100)
stylesheet.css

index f67d02f..64668a2 100644 (file)
@@ -41,6 +41,9 @@ div.form {
     overflow: hidden;
 }
 
     overflow: hidden;
 }
 
+div.second {
+    margin-top: 10px;
+}
 div.second div.title {
     margin-bottom: 5px;
 }
 div.second div.title {
     margin-bottom: 5px;
 }