Navigation menu

MediaWiki:Common.css: Difference between revisions

From The Kodiak Republic Wiki

no edit summary
(Created page with "→‎CSS placed here will be applied to all skins: @media screen { .toc ul { margin: 0.3em 0; padding: 0 0.5em; } } @media screen and (max-width: 700px) { .toc ul { margin: 0.3em 0; padding: 0 1em; } }")
 
No edit summary
Line 1:
/* CSS placed here will be applied to all skins */
.toc ul {
@media screen {
margin: 0.3em 0;
.toc ul {
margin padding: 0.3em 0.5em;
padding: 0 0.5em;
}
}
 
@media screen and (max-width: 700px) {
.toc ul {
margin: 0.3em 0;
padding: 0 1em;
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.