Revert "Hack around browser bug in IE breaking badge alignment in Monobook"

Seems to be fixed by different changes, and now this change
is causing trouble, moving the badges up off-screen.

This reverts commit 0b7f8712a9.

Change-Id: Ia5a0a6b6be3698436a043aee111f251709c22f20
This commit is contained in:
Catrope 2016-08-11 23:15:15 +00:00
parent 0b7f8712a9
commit 092c4c64fb

View file

@ -49,17 +49,4 @@
#p-personal #pt-notifications-alert,
#p-personal #pt-notifications-notice {
display: inline-block;
position: relative;
// HACK for IE6-9 (T142053)
top: ~"-1em\9";
}
// HACK for IE10 and IE11 (T142053)
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#p-personal #pt-notifications-alert,
#p-personal #pt-notifications-notice {
top: -1em;
}
}