MediaWiki:Common.css: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| (4 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
|      font-style: normal; |      font-style: normal; | ||
|      text-align: right; |      text-align: right; | ||
| } | |||
| body.page-Main_Page #siteSub { | |||
| display: none !important; | |||
| } | |||
| body.page-NeurophysWiki:Intraoperative_Neurophysiology #siteSub { | |||
| display: none !important; | |||
| } | } | ||
Latest revision as of 14:55, 5 March 2013
/* CSS placed here will be applied to all skins */
#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-align: right;
}
body.page-Main_Page #siteSub {
display: none !important;
}
body.page-NeurophysWiki:Intraoperative_Neurophysiology #siteSub {
display: none !important;
}