diff options
author | Alex Legler <alex@a3li.li> | 2015-01-05 19:08:56 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-01-05 19:08:56 +0100 |
commit | a5545c2652f6ae490295b3c018755a651c8dd74e (patch) | |
tree | 1bfab1ab65d3ca89e6f733fe99ccdb5350d8f939 | |
parent | Tyrian sync (diff) | |
download | skin-tyrian-a5545c2652f6ae490295b3c018755a651c8dd74e.tar.gz skin-tyrian-a5545c2652f6ae490295b3c018755a651c8dd74e.tar.bz2 skin-tyrian-a5545c2652f6ae490295b3c018755a651c8dd74e.zip |
Tyrian sync
-rw-r--r-- | TyrianTemplate.php | 2 | ||||
-rw-r--r-- | main.css | 15 |
2 files changed, 1 insertions, 16 deletions
diff --git a/TyrianTemplate.php b/TyrianTemplate.php index 2160e0e..9bd72c8 100644 --- a/TyrianTemplate.php +++ b/TyrianTemplate.php @@ -258,7 +258,7 @@ class TyrianTemplate extends BaseTemplate { } ?> - <nav class="navbar navbar-grey" id="wiki-actions" role="navigation"> + <nav class="navbar navbar-grey navbar-stick" id="wiki-actions" role="navigation"> <div class="container"><div class="row"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> @@ -9,21 +9,6 @@ h1, h2, h3, h4, h5, h6 { z-index: 2000 !important; } -a.get-gentoo { - color: white !important; -} - -nav#wiki-actions { - margin-top: -20px; - background-color: #e1e1e1; - border: none; -} - -nav#wiki-actions ul.nav li.active { - background-color: #fafafa; - font-weight: bold; -} - nav#wiki-actions ul.nav li.new a:link { color: #ba0000; } |