Difference between revisions of "MediaWiki:Vector.css"

From wiki.linuxonlinehelp.eu
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: #p-tb{ display : none; }")
 
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
  display : none;
 
  display : none;
 
}
 
}
 +
 +
/*#searchInput {
 +
    display : none;
 +
}*/

Latest revision as of 03:30, 23 November 2017

/* CSS placed here will affect users of the Vector skin */

#p-tb{
 display : none;
}

/*#searchInput {
    display : none;
}*/