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 "lib/bootstrap/bootstrap";
@import "themes/default"; @import "themes/modern";
@import (less) "lib/animate.css"; @import (less) "lib/animate.css";
@import (less) "lib/font-awesome.min.css"; @import (less) "lib/font-awesome.min.css";
@import (less) "lib/bootstrap-social.css"; @import (less) "lib/bootstrap-social.css";
@ -33,8 +33,6 @@ body {
// Navbar // Navbar
// ------------------------- // -------------------------
@navbar-height: 45px;
.navbar-nav .profile-image { .navbar-nav .profile-image {
width: 30px; width: 30px;
height: 30px; height: 30px;

View File

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