Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .test { color: green; }") |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
{ | { | ||
color: green; | color: green; | ||
+ | } | ||
+ | |||
+ | .brand | ||
+ | { | ||
+ | float: right; | ||
} | } |
Latest revision as of 05:13, 11 July 2013
/* CSS placed here will be applied to all skins */ .test { color: green; } .brand { float: right; }