working on lodging border
authorIan Weller <ian@gaslightmedia.com>
Wed, 30 Sep 2015 13:52:25 +0000 (09:52 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 30 Sep 2015 13:52:25 +0000 (09:52 -0400)
css/app.css
scss/_topbar.scss

index 8f028d4..1d2ef53 100644 (file)
@@ -6929,7 +6929,7 @@ h4 {
     display: block;
     color: #FFFFFF;
     top: 17px; }
-  .top-bar-section > ul > li:second-child:before {
+  .top-bar-section > ul > li:nth-child(2):before {
     content: none; }
 
 #slideshow {
index 441a8c3..643332b 100644 (file)
             color: $white;
             top: 17px;
         }
-        &:second-child:before {
+        &:nth-child(2):before {
             content: none;
         }
     }