Menu styles
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Dec 2014 19:47:32 +0000 (14:47 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Dec 2014 19:47:32 +0000 (14:47 -0500)
css/app.css
parts/off-canvas-menu.php
scss/site/_structure.scss

index f80b022..e825ffd 100644 (file)
@@ -5614,7 +5614,7 @@ div[role=main] {
 
 .top-bar-container {
   float: right;
-  width: 539px;
+  width: 535px;
   /*    background: $primary-color;*/
   background: #6bb0e5;
   /* Old browsers */
@@ -6220,6 +6220,9 @@ article h2 {
 #menu-menu-1 > li > a {
   padding-bottom: 10px; }
 
+.glmServicesNav {
+  /*        margin-left: -28px;*/
+  border-top-left-radius: 8px; }
 
 #menu-menu-1 .glmServicesNav > a {
   border-top-left-radius: 8px; }
index 4cd891d..05276e1 100644 (file)
@@ -1,6 +1,5 @@
 <aside class="left-off-canvas-menu" aria-hidden="true">
     <?php foundationPress_mobile_off_canvas(); ?>
-    <br><br>
     <hr>
     <div class="glmSocial text-center">
         <a href="http://www.facebook.com/pages/Web-Design-ISP-Michigan-Gaslight-Media/247974847551"><img src="<?php echo get_stylesheet_directory_uri();?>/assets/img/images/facebook.png"/></a>
index be4938c..b705c81 100644 (file)
@@ -67,7 +67,7 @@ div[role=main] {
 }
 .top-bar-container {
     float: right;
-    width: 539px;
+    width: 535px;
     /*    background: $primary-color;*/
     background: rgb(107,176,229); /* Old browsers */
     /* IE9 SVG, needs conditional override of 'filter' to 'none' */
@@ -84,7 +84,6 @@ div[role=main] {
     height: 65px;
     border-radius: $glm-border-radius 0 0 0;
     z-index: 9;
-    
 }
 nav.top-bar {
     height: 60px;
@@ -208,7 +207,6 @@ a[href^=tel]{
     color:inherit;
     text-decoration:none;
 }
-
 .vcard li {
     display: inline-block;
 }
@@ -735,6 +733,7 @@ article h2 {
     
     .glmServicesNav {
 /*        margin-left: -28px;*/
+        border-top-left-radius: 8px;
     }
     #menu-menu-1 .glmServicesNav > a {
         border-top-left-radius: 8px;