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

(Creata pagina con ' table .collapsed tr .collapsible { display : none ; } .collapseButton { 'show'/'hide' buttons created dynamically by the: float : right ; /* Collapsib...')
 
Riga 4: Riga 4:
 
   
 
   
 
  .collapseButton { /* 'show'/'hide' buttons created dynamically by the */
 
  .collapseButton { /* 'show'/'hide' buttons created dynamically by the */
         float : right ; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
+
         float : left ; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
 
         font-weight : normal ; /* are styled here so they can be customised.  */
 
         font-weight : normal ; /* are styled here so they can be customised.  */
 
         text-align : right ;
 
         text-align : right ;
 
         width : auto ;
 
         width : auto ;
 
  }
 
  }

Versione delle 19:31, 1 set 2011

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