From: Ian Weller Date: Wed, 30 Sep 2015 13:52:25 +0000 (-0400) Subject: working on lodging border X-Git-Tag: v1.0.0^2~30 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=58ec7ec0b91c462d238d01bc757ae510558b6f5e;p=WP-Themes%2Fwesternup.git working on lodging border --- diff --git a/css/app.css b/css/app.css index 8f028d4..1d2ef53 100644 --- a/css/app.css +++ b/css/app.css @@ -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 { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 441a8c3..643332b 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -331,7 +331,7 @@ color: $white; top: 17px; } - &:second-child:before { + &:nth-child(2):before { content: none; } }