Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
(Remove from {{wikiname}} footer text)
(Add site-wide css for infobox headers)
Line 1,294: Line 1,294:
display: none;
display: none;
}
}
}
/* Custom RPUK Styling for infobox headers */
.infobox th {
    background-color: #efefef;
    text-align: center;
}
}