Moved navbar-height: 45px to default.less

This commit is contained in:
Sahat Yalkabov
2014-05-11 02:18:37 -04:00
parent de9267c00b
commit a0e4780a95
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
@import "lib/bootstrap/bootstrap";
@import "themes/default";
@import "themes/modern";
@import (less) "lib/animate.css";
@import (less) "lib/font-awesome.min.css";
@import (less) "lib/bootstrap-social.css";
@ -33,8 +33,6 @@ body {
// Navbar
// -------------------------
@navbar-height: 45px;
.navbar-nav .profile-image {
width: 30px;
height: 30px;
@ -99,4 +97,4 @@ body {
img {
padding-right: 10px;
}
}
}

View File

@ -73,6 +73,8 @@
// Navbar
// -------------------------
@navbar-height: 45px;
.navbar-default .navbar-nav > li a {
transition: color 0.3s;
}