From a5e4b0816cb850548128a8fa9999af1ff96fb4de Mon Sep 17 00:00:00 2001 From: Amelia Greenhall Date: Wed, 18 Jun 2014 21:44:30 -0700 Subject: [PATCH] fix centering on top nav --- app/assets/stylesheets/bootstrap_and_overrides.css.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/bootstrap_and_overrides.css.less b/app/assets/stylesheets/bootstrap_and_overrides.css.less index c558595df..fbcd55c67 100644 --- a/app/assets/stylesheets/bootstrap_and_overrides.css.less +++ b/app/assets/stylesheets/bootstrap_and_overrides.css.less @@ -239,11 +239,13 @@ li.crop-hierarchy { .navbar-inner { border: none !important; background-image: none !important; - text-align: center; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; - background-color: #2c3e50; +} + +.navbar-bottom .navbar-inner { + text-align: center; } .navbar-bottom .container{