Flat UI as default theme.

Reduced navbar height on Flat UI theme.
Reduced image dimensions to 30px of profile image in navbar.
This commit is contained in:
Sahat Yalkabov
2013-12-17 23:36:59 -05:00
parent f35370dd30
commit 6bffa6bb3d
3 changed files with 8 additions and 6 deletions

View File

@@ -1,12 +1,13 @@
@import "bootstrap/bootstrap";
@import "themes/flatly";
body {
padding-top: 70px;
padding-top: 80px;
}
.navbar-nav img {
width: 40px;
height: 40px;
width: 30px;
height: 30px;
margin: -15px 15px -15px 0;
}