MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#siteSub { | |||
display: block !important; | display: block !important; | ||
color: #666; | color: #666; | ||
font-size: 90%; | font-size: 90%; | ||
} | |||
.ns-3004 #siteSub { | |||
display: none !important; | |||
} | |||
.ns-3005 #siteSub { | |||
display: none !important; | |||
} | } | ||
Revision as of 11:05, 15 September 2025
/* CSS placed here will be applied to all skins */
#siteSub {
display: block !important;
color: #666;
font-size: 90%;
}
.ns-3004 #siteSub {
display: none !important;
}
.ns-3005 #siteSub {
display: none !important;
}