diff options
author | Alex Legler <alex@a3li.li> | 2015-04-03 21:47:48 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-04-03 21:47:48 +0200 |
commit | f73b4156ae976011b6b9d9bf161dff1e95459a65 (patch) | |
tree | ee5d3f602ed5175bac97f3991b5182fafbefeefc | |
parent | Switch retina.js/@2x system to SVG graphics with fallback (diff) | |
download | tyrian-theme-f73b4156ae976011b6b9d9bf161dff1e95459a65.tar.gz tyrian-theme-f73b4156ae976011b6b9d9bf161dff1e95459a65.tar.bz2 tyrian-theme-f73b4156ae976011b6b9d9bf161dff1e95459a65.zip |
Fix site-label fix to be its own class
-rw-r--r-- | sources/css/tyrian/less/header.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/css/tyrian/less/header.less b/sources/css/tyrian/less/header.less index bca4e1b..8878ed3 100644 --- a/sources/css/tyrian/less/header.less +++ b/sources/css/tyrian/less/header.less @@ -7,6 +7,9 @@ .label; background-color: @gentoo-purple; color: white; +} + +.site-label-svg-fix { vertical-align: 225%; } |