diff options
author | Brian Evans <grknight@gentoo.org> | 2020-10-05 15:23:23 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-10-05 15:23:23 -0400 |
commit | 0bfd8424495f8b897ef1ff72273d25f5820352b8 (patch) | |
tree | 472d79c9e0fd73d35d04d3c0db04aa26f7d6308f /main.css | |
parent | Drop tranlate header adjustment (diff) | |
download | skin-tyrian-0bfd8424495f8b897ef1ff72273d25f5820352b8.tar.gz skin-tyrian-0bfd8424495f8b897ef1ff72273d25f5820352b8.tar.bz2 skin-tyrian-0bfd8424495f8b897ef1ff72273d25f5820352b8.zip |
Push down the notifications unto the bar
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
@@ -251,3 +251,7 @@ body.mw-special-Specialpages h2 { .mw-echo-ui-overlay .oo-ui-popupWidget-anchored-top { margin-top: 20px; } + +#pt-notifications-notice, #pt-notifications-alert { + margin-top: 1em; +} |