MediaWiki:Common.css

From Wiki

Jump to: navigation, search
 
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.collapsable {
+
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;
}