MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
 
(One intermediate revision by the same user not shown)
Line 140: Line 140:
}
}


 
.wikitable {
 
background:#f8f9fa;
 
border:1px solid #a2a9b1;
.infobox {
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 8px;
}
 
.infobox th {
    text-align: left;
    background: #f8f8f8;
    padding: 4px;
}
 
.infobox td {
    padding: 4px;
}
}


.infobox img {
.wikitable th {
    margin: 5px 0;
background:#eaecf0;
text-align:left;
}
}