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-tb{ display : none; }") |
|||
Line 3: | Line 3: | ||
#p-tb{ | #p-tb{ | ||
display : none; | display : none; | ||
+ | } | ||
+ | |||
+ | #input { | ||
+ | display : none; | ||
} | } |
Revision as of 03:15, 23 November 2017
/* CSS placed here will affect users of the Vector skin */
#p-tb{
display : none;
}
#input {
display : none;
}