diff options
author | Brian Evans <grknight@gentoo.org> | 2019-09-12 11:25:05 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-09-12 11:25:05 -0400 |
commit | eca54351829f7c0a1aa7c499c9754faef3b8e83d (patch) | |
tree | 2fb9bea4a138e8459feeece2e793a47309b0ea35 /main.css | |
parent | Merge branch 'wikitest' (diff) | |
download | skin-tyrian-eca54351829f7c0a1aa7c499c9754faef3b8e83d.tar.gz skin-tyrian-eca54351829f7c0a1aa7c499c9754faef3b8e83d.tar.bz2 skin-tyrian-eca54351829f7c0a1aa7c499c9754faef3b8e83d.zip |
Fix z-index of Search and notifications
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'main.css')
-rw-r--r-- | main.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ nav#wiki-actions ul.nav li.new a:visited { color: #a55858; } +nav#wiki-actions { + z-index: -1; +} + nav li { margin-bottom: 0; } |