MediaWiki:Common.css: Difference between revisions

From Neurophyspedia, the Wikipedia of Intraoperative Neurophysiology
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #siteSub { display: inline; font-size: 90%; font-weight: normal; font-style: normal; text-align: right; }")
(No difference)

Revision as of 13:30, 5 March 2013

/* CSS placed here will be applied to all skins */
#siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
    font-style: normal;
    text-align: right;
}