@@ -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 {