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; }") |
|||
Line 3: | Line 3: | ||
{ | { | ||
color: green; | color: green; | ||
+ | } | ||
+ | |||
+ | .brand | ||
+ | { | ||
+ | text-align: right; | ||
} | } |
Revision as of 05:12, 11 July 2013
/* CSS placed here will be applied to all skins */ .test { color: green; } .brand { text-align: right; }