MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 34: Line 34:
a:hover {
a:hover {
     text-decoration: underline;
     text-decoration: underline;
}
.mw-parser-output table {
    border-color: #ddd;
}
.mw-parser-output table th {
    background: #f7f7f7;
    font-weight: 600;
}
.mw-parser-output table td,
.mw-parser-output table th {
    padding: 6px 8px;
}
}