diff options
Diffstat (limited to 'sources')
-rw-r--r-- | sources/css/tyrian/less/header.less | 5 |
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 +} |