Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect users of the Vector skin: →#p-search {display:none;}: #ca-talk { display:none!important; }") |
m (added line to hide last mod date) |
||
Line 2: | Line 2: | ||
/*#p-search {display:none;}*/ | /*#p-search {display:none;}*/ | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
+ | |||
+ | #footer-info-lastmod { display: none; } |
Revision as of 11:11, 31 October 2024
/* CSS placed here will affect users of the Vector skin */ /*#p-search {display:none;}*/ #ca-talk { display:none!important; } #footer-info-lastmod { display: none; }