Difference between revisions of "MediaWiki:Vector.css"

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 {
+
#div.vectorMenu li a {
 
     display: inline-block;
 
     display: inline-block;
 
     padding: .5em;
 
     padding: .5em;

Revision as of 23:32, 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;