From 58ec7ec0b91c462d238d01bc757ae510558b6f5e Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 30 Sep 2015 09:52:25 -0400 Subject: [PATCH] working on lodging border --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } } -- 2.17.1