From 2fc18d11f0bd220e124a663f73c5ca6612e3a0d9 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 4 Sep 2014 11:58:26 -0400 Subject: [PATCH] Minor margin fix on h3 in events. --- styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles.css b/styles.css index 0add527..8fe1ff7 100644 --- a/styles.css +++ b/styles.css @@ -136,6 +136,9 @@ body { margin-bottom: 15px; } } +.event-list h3 { + margin-bottom: 10px !important; +} #toolbox #category div ul { margin-left: 20px; } -- 2.17.1