MediaWiki:Common.css
From Wiki
Holy Diver (talk | contribs) |
Holy Diver (talk | contribs) |
||
Line 3: | Line 3: | ||
#p-logo a, #p-logo a:hover{ background-position:top left !important; } | #p-logo a, #p-logo a:hover{ background-position:top left !important; } | ||
− | table.collapsed tr. | + | table.collapsed tr.collapsible { |
display: none; | display: none; | ||
} | } |
Latest revision as of 05:48, 26 March 2011
/* CSS placed here will be applied to all skins */ #p-logo a, #p-logo a:hover{ background-position:top left !important; } table.collapsed tr.collapsible { display: none; } .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; }