Difference between revisions of "MediaWiki:Common.css"

From GJ
(New page: CSS placed here will be applied to all skins: .languageselector { float: right; margin-top: 0.5em })
 
(table.big)
Line 5: Line 5:
 
     margin-top: 0.5em
 
     margin-top: 0.5em
 
  }
 
  }
 +
 +
table.big {
 +
    border:solid 1px;
 +
    font-size:18pt;
 +
    text-align:center;
 +
    padding:10px;
 +
}

Revision as of 18:56, 23 November 2009

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

 .languageselector {
     float: right;
     margin-top: 0.5em
 }

table.big {
    border:solid 1px; 
    font-size:18pt; 
    text-align:center; 
    padding:10px;
}