Merge pull request #372 from Skud/brandfix

fixed broken brand link in navbar
This commit is contained in:
Skud
2014-07-18 16:34:59 +10:00

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.