MediaWiki:Common.css

From DMCB Wiki
(Difference between revisions)
Jump to: navigation, search
Greg (Talk | contribs)
(Created page with '- CSS placed here will be applied to all skins: table.collapsed tr.collapsible { display: none; } .collapseButton { /* 'show'/'hide' buttons created …')

Current revision as of 21:22, 29 March 2011

/* CSS placed here will be applied to all skins */

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;
}
Personal tools