MediaWiki:Common.css: Difference between revisions

From wikilawschool.net. Wiki Law School does not provide legal advice. For educational purposes only.
(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 edit summary
Line 4: Line 4:
     font-size: 90%;
     font-size: 90%;
     font-weight: normal;
     font-weight: normal;
     font-style: normal;
     font-style: italic;
     text-align: right;
     text-align: right;
}
}

Revision as of 23:31, May 20, 2011

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