MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
/* so that the tagline will show in all skins */ | |||
#siteSub { | #siteSub { | ||
display:block; | display:block; | ||
Line 12: | Line 12: | ||
} | } | ||
/* so that columns won't spread all the way across the page */ | |||
/* see Books of the Bibles entry */ | |||
div#columns { | div#columns { | ||
max-width: 450px; | max-width: 450px; | ||
} | } |
Revision as of 15:28, 4 February 2024
/* CSS placed here will be applied to all skins */
.noautonum .tocnumber { display: none; }
/* so that the tagline will show in all skins */
#siteSub {
display:block;
font-weight:normal;
font-size:normal;
}
/* so that columns won't spread all the way across the page */
/* see Books of the Bibles entry */
div#columns {
max-width: 450px;
}