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: .statlet { border-radius: 0.5em; padding: 0.25em; display: inline-block; text-align: center; width: 9em; margin: 0.25em; }") |
|||
Line 2: | Line 2: | ||
.statlet { border-radius: 0.5em; padding: 0.25em; display: inline-block; text-align: center; width: 9em; margin: 0.25em; } | .statlet { border-radius: 0.5em; padding: 0.25em; display: inline-block; text-align: center; width: 9em; margin: 0.25em; } | ||
+ | |||
+ | .stattable { border-radius: 0.5em; padding: 0; border-spacing: 1em; text-align: center; clear:left; margin: 0.25em; } |
Revision as of 03:14, 1 November 2015
/* CSS placed here will be applied to all skins */ .statlet { border-radius: 0.5em; padding: 0.25em; display: inline-block; text-align: center; width: 9em; margin: 0.25em; } .stattable { border-radius: 0.5em; padding: 0; border-spacing: 1em; text-align: center; clear:left; margin: 0.25em; }