Difference between revisions of "MediaWiki:Common.css"
From COST Action FP0804: FORSYS
(Created page with "→CSS placed here will be applied to all skins: .dsstable th{ text-align:left; vertical-align:top; min-width:250px; } .dsstable td{ width: 100%; }") |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | /* CSS placed here will be applied to all skins */ | + | /* |
+ | CSS placed here will be applied to all skins | ||
+ | */ | ||
+ | |||
.dsstable th{ | .dsstable th{ | ||
text-align:left; | text-align:left; | ||
vertical-align:top; | vertical-align:top; | ||
− | min-width: | + | min-width:300px; |
} | } | ||
Latest revision as of 17:11, 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%; }