Browse Source

Add separator between each section to improve readability.

opi 10 years ago
parent
commit
6997b0bdfc
1 changed files with 20 additions and 6 deletions
  1. 20 6
      assets/main.css

+ 20 - 6
assets/main.css

@@ -10,6 +10,16 @@
     margin-bottom: 30px;
 }
 
+
+body > footer {
+    /* See jumbotron */
+    margin-top: 30px;
+    padding: 48px 0;
+    background-color: #eee;
+    text-align: center;
+}
+
+/** Form **/
 #map {
     min-height: 300px;
 }
@@ -18,13 +28,17 @@
     margin-top: 1em;
 }
 
-body > footer {
-    /* See jumbotron */
-    margin-top: 30px;
-    padding: 48px 0;
-    background-color: #eee;
-    text-align: center;
+form > h2 {
+    border-top: 1px solid #eee;
+    padding-top: 1em;
+    margin-top: 1em;
 }
+form > h2:first-child {
+    border-top: none;
+    padding-top: 0;
+    margin-top: 0;
+}
+
 
 /** Form errors **/
 #errors {