Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(vertical-align: top;) |
(h3 { font-style:bold; }) |
||
Line 2: | Line 2: | ||
body, html { font-size:12pt; font-family: Sun, Optima, Verdana, sans-serif; } | body, html { font-size:12pt; font-family: Sun, Optima, Verdana, sans-serif; } | ||
h3 { font-style:bold; } | |||
table.formtable th { | table.formtable th { |
Revision as of 11:01, 12 December 2012
/* CSS placed here will be applied to all skins */ body, html { font-size:12pt; font-family: Sun, Optima, Verdana, sans-serif; } h3 { font-style:bold; } table.formtable th { text-align: right; vertical-align: top; }