testing link font size and li width for topbar nav
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 7 Jan 2016 21:40:04 +0000 (16:40 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 7 Jan 2016 21:40:04 +0000 (16:40 -0500)
css/app.css
scss/_topbar.scss

index 6327599..9f877fb 100644 (file)
@@ -6483,9 +6483,9 @@ header {
       border-bottom-right-radius: 5px; }
       .top-bar-section ul li ul.dropdown li {
         width: 250px;
-        padding: 0 0 9px; }
+        padding: 0 0 7px; }
         .top-bar-section ul li ul.dropdown li > a {
-          font-size: 14px;
+          font-size: 13px;
           white-space: pre-wrap;
           line-height: 1.3 !important; }
   .top-bar-section > ul > li:before {
index e2a4b5f..abd8c4c 100644 (file)
                 border-bottom-right-radius: 5px;
                 li {
                     width: 250px;
-                    padding: 0 0 9px;
+                    padding: 0 0 7px;
                     
                     & > a {
-                        font-size: 14px;
+                        font-size: 13px;
                         white-space: pre-wrap;
                         line-height: 1.3 !important;
                     }