More navbar issues on different browsers
authorLaury GvR <laury@gaslightmedia.com>
Mon, 24 Nov 2014 18:03:43 +0000 (13:03 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 24 Nov 2014 18:03:43 +0000 (13:03 -0500)
css/app.css
scss/site/_structure.scss

index 1e51675..364f2c6 100644 (file)
@@ -5586,9 +5586,6 @@ h2 {
   font-size: 1.3rem;
   margin-top: 30px; }
 
-/*#main {
-    padding: 20px 0;
-}*/
 div[role=main] {
   padding: 0px; }
 
@@ -5617,7 +5614,7 @@ div[role=main] {
 
 .top-bar-container {
   float: right;
-  width: 546px;
+  width: 539px;
   /*    background: $primary-color;*/
   background: #6bb0e5;
   /* Old browsers */
@@ -5924,9 +5921,6 @@ article h2 {
   background: transparent;
   position: relative; }
 
-/*.top-bar-section > ul {
-    margin-left: 20px;
-}*/
 @media only screen and (min-width:40.063em) {
   footer.row {
     margin-top: 3.75rem; } }
@@ -6018,12 +6012,6 @@ article h2 {
 #homepage_portfolio {
   text-align: center; }
 
-/*    :not(#homepage_portfolio) #gallery {
-        @media (max-width: 640px) {
-            width: 110%;
-            margin-left: -45px;
-        }
-    }*/
 #gallery li {
   width: auto; }
 
index ec13059..23bdc81 100644 (file)
@@ -38,9 +38,6 @@ h2 {
     font-size: 1.3rem;
     margin-top: 30px;
 }
-/*#main {
-    padding: 20px 0;
-}*/
 div[role=main] {
     padding: 0px;
 }
@@ -70,7 +67,7 @@ div[role=main] {
 }
 .top-bar-container {
     float: right;
-    width: 546px;
+    width: 539px;
     /*    background: $primary-color;*/
     background: rgb(107,176,229); /* Old browsers */
     /* IE9 SVG, needs conditional override of 'filter' to 'none' */
@@ -82,8 +79,6 @@ div[role=main] {
     background: -ms-linear-gradient(top,  rgba(107,176,229,1) 0%,rgba(32,124,202,1) 50%,rgba(5,104,179,1) 75%,rgba(5,104,179,1) 100%); /* IE10+ */
     background: linear-gradient(to bottom,  rgba(107,176,229,1) 0%,rgba(32,124,202,1) 50%,rgba(5,104,179,1) 75%,rgba(5,104,179,1) 100%); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb0e5', endColorstr='#0568b3',GradientType=0 ); /* IE6-8 */
-
-
     position: relative;
     margin-bottom: 0 !important;
     height: 65px;
@@ -393,9 +388,6 @@ article h2 {
     background:transparent;
     position: relative;
 }
-/*.top-bar-section > ul {
-    margin-left: 20px;
-}*/
 // Add some whitespace above the footer for medium-up screens
 @media #{$medium-up} {
     footer.row {
@@ -505,12 +497,6 @@ article h2 {
     #homepage_portfolio {
         text-align:center;
     }
-/*    :not(#homepage_portfolio) #gallery {
-        @media (max-width: 640px) {
-            width: 110%;
-            margin-left: -45px;
-        }
-    }*/
     #gallery li {
         width: auto;
     }