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

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