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 {
+
a {
    display: inline-block;
+
color: #e69710;
    padding: .5em;
+
}
    white-space: nowrap;
 
    color: #e69710 !important;
 
    cursor: pointer;
 
    font-size: .8em;
 

Revision as of 23:33, 24 May 2016

/* CSS placed here will affect users of the Vector skin */
a {
color: #e69710;
}