Difference between revisions of "MediaWiki:Vector.css"
(Replaced content with "→CSS placed here will affect users of the Vector skin: ") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
+ | div.vectorMenu li a { | ||
+ | display: inline-block; | ||
+ | padding: .5em; | ||
+ | white-space: nowrap; | ||
+ | color: #e69710; | ||
+ | cursor: pointer; | ||
+ | font-size: .8em; |
Revision as of 22:31, 24 May 2016
/* CSS placed here will affect users of the Vector skin */
div.vectorMenu li a {
display: inline-block;
padding: .5em;
white-space: nowrap;
color: #e69710;
cursor: pointer;
font-size: .8em;