Difference between revisions of "MediaWiki:Common.css"

From wiki.vg
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .box { padding-left: 6px; } .box-alert { background-color: #F0E7E7; border: 1px solid #cc3333; }")
(No difference)

Revision as of 23:57, 9 July 2013

/* CSS placed here will be applied to all skins */
.box {
   padding-left: 6px;
}

.box-alert {
    background-color: #F0E7E7;
    border: 1px solid #cc3333;
}