From 90c43336ca4bfc0e4bdc32e3c90dcda883f5a8c0 Mon Sep 17 00:00:00 2001 From: Skud Date: Fri, 18 Jul 2014 16:34:04 +1000 Subject: [PATCH] fixed broken brand link in navbar the "float:none" was causing trouble; removing it doesn't seem to change the display at all. --- .../stylesheets/bootstrap_and_overrides.css.less | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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.