Difference between revisions of "MediaWiki:Common.css"
From Persona MUSH Wiki
Line 1: | Line 1: | ||
+ | table.dpl3columns { | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | table.dpl3columns td { | ||
+ | width:33%; | ||
+ | } | ||
+ | |||
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ | ||
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ | float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ |
Revision as of 18:38, 5 October 2010
table.dpl3columns { width:100%; } table.dpl3columns td { width:33%; } .collapseButton { /* 'show'/'hide' buttons created dynamically by the */ float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */ font-weight: normal; /* are styled here so they can be customised. */ text-align: right; width: auto; }