Differenze tra le versioni di "MediaWiki:Common.css"

Riga 9: Riga 9:
 
         width : auto;
 
         width : auto;
 
  }
 
  }
 +
 +
.header-table {
 +
    background: url("") repeat 0em 0em;
 +
}

Versione delle 13:15, 22 giu 2014

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

.header-table {
    background: url("") repeat 0em 0em;
}