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
Line 1: Line 1:
#footer {
#footer {
    display: none;
}
#p-tb { /* This is the ID of the toolbox div */
     display: none;
     display: none;
}
}

Revision as of 13:53, 19 January 2025

#footer {
    display: none;
}

#p-tb { /* This is the ID of the toolbox div */
    display: none;
}