Difference between revisions of "MediaWiki:Common.css"

From BRGS Wiki
Jump to: navigation, search
(added collapsible buttons, also to Common.js)
 
m
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 17:19, 27 October 2010

.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}