Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 12: Line 12:
*/
*/


#t-recentchangeslinked, #t-specialpages, #t-permalink, #t-info, ca-viewsource, ca-history {
#t-recentchangeslinked, #t-specialpages, #t-permalink, #t-info, #ca-viewsource, #ca-history, #mw-imagepage-section-filehistory, #filehistory,
.mw-logline-delete {
   display: none;
   display: none;
}
/* Added by PND 11-30-2023 to update display of outline lists */
ol {
list-style-type: decimal;
}
ol li > ol {
list-style-type: lower-alpha;
}
ol li > ol li > ol {
list-style-type: lower-roman;
}
}