fixed broken brand link in navbar

the "float:none" was causing trouble; removing it doesn't seem to change
the display at all.
This commit is contained in:
Skud
2014-07-18 16:34:04 +10:00
parent 0fd10643ce
commit 90c43336ca

View File

@@ -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.