MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: →Navbox: →Always put Navbox at the bottom of the page: #navbox { position: absolute; bottom: 0; width: 100%; }" |
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 */ | ||
.infobox { | |||
float: right; | |||
} | |||
/* Navbox */ | /* Navbox */ | ||
Revision as of 16:58, 4 April 2024
/* CSS placed here will be applied to all skins */
.infobox {
float: right;
}
/* Navbox */
/* Always put Navbox at the bottom of the page */
#navbox {
position: absolute;
bottom: 0;
width: 100%;
}