From 24d7cdecb5784dfcfa094b1ba94e681343509d51 Mon Sep 17 00:00:00 2001 From: Owen Versteeg Date: Thu, 20 Feb 2014 16:54:20 -0500 Subject: [PATCH] implement changes I mentioned in #21 --- less/navbar.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/less/navbar.less b/less/navbar.less index ba5cf6d..23c3062 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -19,7 +19,7 @@ position: relative; } -.btn-close { +.btn.btn-close { background: #000; visibility: hidden; float: right; @@ -37,7 +37,7 @@ } @media (max-width:500px) { - button.btn.close.btn-sm { + .btn.btn-close { visibility: visible; } .nav { @@ -54,11 +54,11 @@ */ height: auto; } - .nav:before { + .nav div:before { content: '_'; border-bottom: 10px double; float: right; - margin-top: -10px; + top: 1px; position: relative; background: #000; height: 21px;