MediaWiki:Common.css: Difference between revisions

From AWVVO
Jump to navigationJump to search
m Replaced content with "#footer { display: none; }"
Tag: Replaced
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
#footer {
#footer {
    display: none;
}
.mw-portlet-tb { /* This is the ID of the toolbox div */
     display: none;
     display: none;
}
}

Latest revision as of 13:55, 19 January 2025

#footer {
    display: none;
}

.mw-portlet-tb { /* This is the ID of the toolbox div */
    display: none;
}