MediaWiki:Vector.css: Difference between revisions

From WoonRO Wiki
Jump to navigation Jump to search
Created page with "All CSS here will be loaded for users of the Vector skin: #mw-panel .portal .body ul li a { text-transform: none !important; }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */


 
#toc {
#mw-panel .portal .body ul li a {
    float: none;
     text-transform: none !important;
    margin: 0 auto 2em auto;
     text-align: left;
}
}

Latest revision as of 11:40, 4 May 2025

/* All CSS here will be loaded for users of the Vector skin */

#toc {
    float: none;
    margin: 0 auto 2em auto;
    text-align: left;
}