MediaWiki:Gadget-ResponsiveDesktop.css: Difference between revisions
From Destinypedia, the Destiny wiki
No edit summary |
m (Replaced content with "→Some fixes for responsive desktop skins: →Text indicators: @media all and (max-width: 850px) { #mw-indicator-rc { display: none; } }") |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Some fixes for responsive desktop skins */ | /* Some fixes for responsive desktop skins */ | ||
/* | /* Text indicators */ | ||
@media all and (max-width: | @media all and (max-width: 850px) { | ||
#mw-indicator-rc { | |||
display: none; | |||
#mw- | |||
display | |||
} | } | ||
} | } |