Difference between revisions of "MediaWiki:Common.css"

From GJ
Line 13: Line 13:
 
}
 
}
 
table.big td {
 
table.big td {
     padding:5px;
+
     padding: 10px;
 
}
 
}

Revision as of 18:58, 23 November 2009

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

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

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