diff options
author | Brian Evans <grknight@gentoo.org> | 2018-11-28 11:31:23 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-11-28 11:31:23 -0500 |
commit | de7cea7405946b6be437e1c9950d9c3040951e92 (patch) | |
tree | 7e5a73974c344df1078bd05325a6af30996ce1ce | |
parent | Correct loading of icons (diff) | |
download | skin-tyrian-de7cea7405946b6be437e1c9950d9c3040951e92.tar.gz skin-tyrian-de7cea7405946b6be437e1c9950d9c3040951e92.tar.bz2 skin-tyrian-de7cea7405946b6be437e1c9950d9c3040951e92.zip |
Remove previous style for the icons
Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r-- | main.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -244,13 +244,14 @@ body.skin-tyrian #pt-notifications-message .mw-echo-notifications-badge { width: auto; } */ +/* body.skin-tyrian #pt-notifications-alert .mw-echo-notifications-badge, body.skin-tyrian #pt-notifications-notice .mw-echo-notifications-badge { - /* top :0; */ + top :0; height: auto; width: auto; } - +*/ body.skin-tyrian #pt-notifications-alert .mw-echo-notifications-badge:before, body.skin-tyrian #pt-notifications-notice .mw-echo-notifications-badge:before { /* top: 7px; */ |