Minor margin fix on h3 in events.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 4 Sep 2014 15:58:26 +0000 (11:58 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 4 Sep 2014 15:58:26 +0000 (11:58 -0400)
styles.css

index 0add527..8fe1ff7 100644 (file)
@@ -136,6 +136,9 @@ body {
         margin-bottom: 15px;
     }
 }
+.event-list h3 {
+    margin-bottom: 10px !important;
+}
 #toolbox #category div ul {
     margin-left: 20px;
 }