Changes

MediaWiki:Common.css

3 bytes removed, 07:44, 7 July 2015
/* MAIN PAGE */
/* Table -style formatting */
/** Common table **/
table.mainPageTable {
width:100%;
}
/** Search table **/
table.searchTable {
border:1px solid lightgrey;
color:#000000;
}
/** Search table **/
/** Beginners table **/
* div table like class
**/
div.table tableOLD {
display: block;
width: 100%;
}
div.table99 table {
display: table;
}
div.tablerow99 table:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;} div.tableRow {
display: table-row;
width: 100%;
clear: both;
}
div.tableHeading, .tableBody, .tableFoot, .tableRow {
clear: both;
}
 div.tableHead, .tableFoot {
}
div.tableCell tableCellOLD {
border: 1px solid #999999;
float: left;
}
div.tableCell99 tableCell {
display: table-cell;
border: 1px solid #999999;
div.centeredCell {
text-align: center;
}
 
div.table:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
10,686
edits