Difference between revisions of "MediaWiki:Common.css"

From Anabaptistwiki
(Created page with "→‎CSS placed here will be applied to all skins: .infobox { float:right; background:#f8f9fa; border:1px solid #a2a9b1; } .infobox td, .infobox th { padding:5px; }")
(No difference)

Revision as of 19:29, 21 May 2020

/* CSS placed here will be applied to all skins */
.infobox {
   float:right;
   background:#f8f9fa;
   border:1px solid #a2a9b1;
}
.infobox td, .infobox th {
    padding:5px;
}