diff --git a/less/navbar.less b/less/navbar.less index 4c69f9c..08e533b 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -74,10 +74,9 @@ button.btn.close.small-btn { height: 100%; */ height: auto; - overflow: visible; } .navbar:before { - content: "_"; + content: '_'; font-weight: bold; border-bottom: 10px double; line-height: 0; @@ -88,7 +87,7 @@ button.btn.close.small-btn { background: #000; height: 21px; - font-family: "Arial-BoldMT", sans-serif; + font-family: 'Arial-BoldMT', sans-serif; } .navbar a { padding: .5em 0;