Padding on top nav
authorLaury GvR <laury@gaslightmedia.com>
Mon, 3 Nov 2014 21:31:33 +0000 (16:31 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 3 Nov 2014 21:31:33 +0000 (16:31 -0500)
css/app.css
scss/site/_structure.scss

index 5940ff4..e4f5c32 100644 (file)
@@ -6187,6 +6187,9 @@ article h2 {
 .slideshowlink {
   display: none; }
 
+.top-bar-menu > li.has-dropdown > a {
+  padding-bottom: 10px; }
+
 
 
 
index 35e01dc..d207f26 100644 (file)
@@ -672,6 +672,9 @@ article h2 {
     .slideshowlink {
         display:none;
     }
+    .top-bar-menu > li.has-dropdown > a {
+        padding-bottom: 10px;
+    }
     .top-bar-menu > li.has-dropdown > ul li ul li:only-child a {
 /*        border-top-right-radius: 15px;*/
 /*        border-bottom-right-radius: 15px;*/