MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "#catlinks { display: none !important; }" |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
#catlinks { | #catlinks { | ||
display: none !important; | display: none !important; | ||
} | |||
.references { | |||
column-count: 2; | |||
column-gap: 2.5em; | |||
} | |||
@media (max-width: 1000px) { | |||
.references { | |||
column-count: 1; | |||
} | |||
} | } | ||
Revision as of 20:59, 1 August 2026
#catlinks {
display: none !important;
}
.references {
column-count: 2;
column-gap: 2.5em;
}
@media (max-width: 1000px) {
.references {
column-count: 1;
}
}