aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-01-05 18:54:44 +0100
committerAlex Legler <alex@a3li.li>2015-01-05 18:54:44 +0100
commita1e7cb99a9e0f183febe0eac15c0834f64ce4238 (patch)
tree3b7edd642e8529fd7e944bc1ac6243dd2d824b76
parentFix default navbar toggle icon colors (diff)
downloadtyrian-theme-a1e7cb99a9e0f183febe0eac15c0834f64ce4238.tar.gz
tyrian-theme-a1e7cb99a9e0f183febe0eac15c0834f64ce4238.tar.bz2
tyrian-theme-a1e7cb99a9e0f183febe0eac15c0834f64ce4238.zip
Fix site-title-buttons reaching beyond the grid
-rw-r--r--sources/css/tyrian/less/header.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/sources/css/tyrian/less/header.less b/sources/css/tyrian/less/header.less
index f1f47d2..27cb9da 100644
--- a/sources/css/tyrian/less/header.less
+++ b/sources/css/tyrian/less/header.less
@@ -1,7 +1,7 @@
.site-title {
#gradient > .vertical(@start-color: darken(@gentoo-purple-grey, 10%); @end-color: @gentoo-purple-grey; @end-percent: 20%);
background-color: @gray-lighter;
-}
+}
.site-label {
.label;
@@ -11,6 +11,7 @@
.site-title-buttons {
margin-top: 1em;
+ margin-right: 1em;
.pull-right;
.hidden-xs;
}
@@ -44,4 +45,4 @@ body {
.navbar-default;
.navbar-static-top;
.clearfix;
-} \ No newline at end of file
+}