aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-01-05 19:08:56 +0100
committerAlex Legler <alex@a3li.li>2015-01-05 19:08:56 +0100
commita5545c2652f6ae490295b3c018755a651c8dd74e (patch)
tree1bfab1ab65d3ca89e6f733fe99ccdb5350d8f939
parentTyrian sync (diff)
downloadskin-tyrian-a5545c2652f6ae490295b3c018755a651c8dd74e.tar.gz
skin-tyrian-a5545c2652f6ae490295b3c018755a651c8dd74e.tar.bz2
skin-tyrian-a5545c2652f6ae490295b3c018755a651c8dd74e.zip
Tyrian sync
-rw-r--r--TyrianTemplate.php2
-rw-r--r--main.css15
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">
diff --git a/main.css b/main.css
index 6fd7f7f..4ed3ffc 100644
--- a/main.css
+++ b/main.css
@@ -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;
}