From c60cd592c4c387b872211d387b263ebbb94f044a Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 13 Apr 2014 10:36:36 +0400 Subject: [PATCH] UI Improvements - Default Theme - Updates #194 --- public/themes/default/css/default.css | 14 ++++++++++++++ public/themes/default/header.chunk.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/public/themes/default/css/default.css b/public/themes/default/css/default.css index 6b37931..c7e32ea 100644 --- a/public/themes/default/css/default.css +++ b/public/themes/default/css/default.css @@ -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; + } +} \ No newline at end of file diff --git a/public/themes/default/header.chunk.php b/public/themes/default/header.chunk.php index e6d8a8e..505ea2a 100644 --- a/public/themes/default/header.chunk.php +++ b/public/themes/default/header.chunk.php @@ -61,7 +61,7 @@