MediaWiki:Common.css: Difference between revisions

From ZAMN Hacking
Content deleted Content added
No edit summary
No edit summary
Line 13: Line 13:


.breakrow td {
.breakrow td {
border-top-width: 3px;
border-top-width: 3px!important;
}
}

Revision as of 03:41, 18 October 2023

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

.infotable {
    float: right;
    clear: right;
    padding: 5px;
    margin-left: 3px;
}

.infotable th {
    text-align: left;
}

.breakrow td {
	border-top-width: 3px!important;
}