MediaWiki:Common.css: Difference between revisions
From The Taylor Archive
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* Remove the bottom empty sidebar chunk in Timeless */ | ||
#mw-site-navigation .sidebar-chunk:last-child, | |||
#p-lang-sidebar, | #p-lang-sidebar, | ||
#p-lang { | #p-lang { | ||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 18:53, 20 July 2026
/* Remove the bottom empty sidebar chunk in Timeless */
#mw-site-navigation .sidebar-chunk:last-child,
#p-lang-sidebar,
#p-lang {
display: none !important;
}