MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 27: | Line 27: | ||
} | } | ||
footer {display:none;} | |||
/* And 04.2022, because of some stupid reason, MediaWiki now puts padding around the EXTERNAL Class for links, so below is the solution; */ | /* And 04.2022, because of some stupid reason, MediaWiki now puts padding around the EXTERNAL Class for links, so below is the solution; */ | ||
.external { padding:0px !important } | .external { padding:0px !important; } | ||
/* see Mobile.css ( MediaWiki:Mobile.css ) for Footer modifications to eliminate the Last Edited by... Footer Section */ | |||