MediaWiki:Vector.css: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: →‎Bold 'edit this page' link to encourage newcomers: #ca-edit a { font-weight: bold; } /* Eliminate extraneous...")
 
(No difference)

Latest revision as of 08:21, 13 June 2013

/* CSS placed here will affect users of the Vector skin */

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold; }
 
/* Eliminate extraneous category space */
#catlinks li {
        display: inline;
        border-left: none;
        padding: 0;
}
#catlinks li:first-child { padding-left: 0; }
#catlinks li:before { content: " | "; }
#catlinks li:first-child:before { content: ""; }