Difference between revisions of "MediaWiki:Vector.css"

From MusicLexis
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: #mw-panel .portal a, #mw-panel .portal a:visited { font-size:16px; }")
 
Line 3: Line 3:
 
     font-size:16px;
 
     font-size:16px;
 
}
 
}
 +
#bodyContent {font-size:16px;}

Revision as of 22:42, 9 November 2015

/* CSS placed here will affect users of the Vector skin */
#mw-panel .portal a, #mw-panel .portal a:visited {
    font-size:16px;
}
#bodyContent {font-size:16px;}