diff --git a/app/assets/stylesheets/bootstrap_and_overrides.css.less b/app/assets/stylesheets/bootstrap_and_overrides.css.less index 50c40ed6f..e3cc35f00 100644 --- a/app/assets/stylesheets/bootstrap_and_overrides.css.less +++ b/app/assets/stylesheets/bootstrap_and_overrides.css.less @@ -188,7 +188,7 @@ p.stats { display:block; } } -} +} li.crop-hierarchy { @@ -196,16 +196,15 @@ li.crop-hierarchy { } .navbar-inner { - border-width: 0px !important; + border-width: 0px !important; } .navbar-bottom { - margin: 40px 0px 0px 0px !important; + margin: 40px 0px 0px 0px !important; } // navbar centering .navbar .nav { - float: none; display: inline-block; *display: inline; /* ie7 fix */ @@ -226,9 +225,9 @@ li.crop-hierarchy { .navbar-inner { border: none !important; background-image: none !important; - -webkit-border-radius: 0px; + -webkit-border-radius: 0px; -moz-border-radius: 0px; - border-radius: 0px; + border-radius: 0px; } .navbar-bottom .navbar-inner { @@ -236,11 +235,11 @@ li.crop-hierarchy { } .navbar-bottom .container{ - padding: 20px 0px 40px 0px; + padding: 20px 0px 40px 0px; } .navbar-search{ - padding-bottom: 7px; + padding-bottom: 7px; } // Overrides applying only to mobile view. This must be at the end of the overrides file.