MediaWiki:Common.css: Difference between revisions

From The Kodiak Republic Wiki

Content added Content deleted
(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; } }")
 
Tags: Replaced Manual revert
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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;
}
}

Latest revision as of 07:26, 12 January 2023

/* CSS placed here will be applied to all skins */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.