1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-13 00:24:27 +02:00

UI Improvements - Default Theme - Updates #194

This commit is contained in:
Awilum
2014-04-13 10:36:36 +04:00
parent a36b72f32f
commit c60cd592c4
2 changed files with 15 additions and 1 deletions

View File

@@ -66,6 +66,14 @@ a.monstra-blog-tag {
background-color: #fff;
}
.navbar-nav {
float: right;
}
.icon-bar {
background: #333;
}
.navbar-nav a {
color: #696969;
}
@@ -129,3 +137,9 @@ footer {
margin-bottom: 20px;
color: #aaa;
}
@media (max-width: 600px) {
.navbar-nav {
float: left;
}
}