Difference between revisions of "MediaWiki:Common.css"
From COST Action FP0804: FORSYS
Line 14: | Line 14: | ||
#globalWrapper { | #globalWrapper { | ||
+ | position:relative; | ||
font-size: 127%; | font-size: 127%; | ||
− | width: | + | width: 900px; |
− | margin: | + | margin-left:auto; |
+ | margin-right:auto; | ||
+ | padding: 0; | ||
+ | } |
Revision as of 17:10, 19 September 2013
/* CSS placed here will be applied to all skins */ .dsstable th{ text-align:left; vertical-align:top; min-width:300px; } .dsstable td{ width: 100%; } #globalWrapper { position:relative; font-size: 127%; width: 900px; margin-left:auto; margin-right:auto; padding: 0; }