Difference between revisions of "MediaWiki:Vector.css"

m
 
(8 intermediate revisions by 2 users not shown)
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 {
+
ul, ol, dl {
    display: inline-block;
+
     font-size:14px;
    padding: .5em;
+
}
    white-space: nowrap;
 
    color: #e69710;
 
    cursor: pointer;
 
     font-size: .8em;
 

Latest revision as of 11:47, 28 December 2019

/* CSS placed here will affect users of the Vector skin */
ul, ol, dl {
    font-size:14px;
}