From 3e991362e988762a4b8da3e9ef791a5ed294563d Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Wed, 5 Dec 2018 09:20:04 -0500 Subject: css: clean up unused markup Signed-off-by: Brian Evans --- main.css | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/main.css b/main.css index 846ce34..32f2fbd 100644 --- a/main.css +++ b/main.css @@ -220,52 +220,16 @@ div#preferences table td { background-color: #4b406d; } -/* mw-echo-notifications-badge mw-echo-notification-badge-nojs oo-ui-image-invert oo-ui-iconElement oo-ui-iconElement-icon oo-ui-icon-speechBubble */ -/* oo-ui-widget oo-ui-widget-enabled oo-ui-labelElement oo-ui-labelElement-label oo-ui-buttonElement oo-ui-buttonElement-framed oo-ui-buttonElement-button oo-ui-iconElement-icon oo-ui-flaggedElement-primary mw-echo-notifications-badge oo-ui-icon-speechBubble oo-ui-iconElement oo-ui-image-invert */ -/* -body.skin-tyrian #pt-notifications-alert .mw-echo-notifications-badge, -body.skin-tyrian #pt-notifications-message .mw-echo-notifications-badge { - border-radius: 0.2em; - background-color: transparent; - font-size: 1.125em; - font-weight: bold; - color: white; - cursor: pointer; - text-decoration: none; - margin-top: 0; - display: inline-block; - padding: 10px; - padding-left: 35px; - height: 40px; - background-position: 10px 10px; - background-size: 1.1em; - background-repeat: no-repeat; - top: 0; - width: auto; -} -*/ /* body.skin-tyrian #pt-notifications-alert .mw-echo-notifications-badge, body.skin-tyrian #pt-notifications-notice .mw-echo-notifications-badge { - top :0; - height: auto; - width: auto; + width: 36px; } */ body.skin-tyrian #pt-notifications-alert .mw-echo-notifications-badge:before, body.skin-tyrian #pt-notifications-notice .mw-echo-notifications-badge:before { - /* top: 7px; */ top: 1012px; } -/* -body.skin-tyrian #pt-notifications-alert .mw-echo-notifications-badge:after, -body.skin-tyrian #pt-notifications-notice .mw-echo-notifications-badge:after { - top: 0; -} -body.ltr #pt-notifications-alert .mw-echo-notifications-badge, body.ltr #pt-notifications-message .mw-echo-notifications-badge { - background-position: 10px 10px !important; -} -*/ .flow-board-header, .flow-board-navigation, .flow-board-header-menu, .flow-board { max-width: none; -- cgit v1.2.3-65-gdbad