diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 1d2da3ef..7aa6d6c5 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -30,3 +30,7 @@ padding:5px; } /*----- Order Processing Items -----*/ + +/*----- Header Bar -----*/ + +/*----- Header Bar -----*/ \ No newline at end of file diff --git a/app/assets/stylesheets/theme.scss b/app/assets/stylesheets/theme.scss index 8640519a..b633b55e 100644 --- a/app/assets/stylesheets/theme.scss +++ b/app/assets/stylesheets/theme.scss @@ -6037,3 +6037,7 @@ h1 small, padding-top:20px; padding-bottom:20px; } + +.navbar-nav > li > a { + padding-top: 0px !important; +} \ No newline at end of file diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 372d9674..b73cc5ae 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -26,13 +26,13 @@