Difference between revisions of "MediaWiki:Common.css"
From Bacterial Takeover
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | @media only screen and ( | + | @media only screen and (min-width: 900px) { |
− | #test{ | + | #test{ float: left; } |
} | } |
Revision as of 15:37, 7 December 2017
/* CSS placed here will be applied to all skins */ @media only screen and (min-width: 900px) { #test{ float: left; } }