MediaWiki:Cologneblue.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Created page with "CSS placed here will affect users of the Cologne Blue skin: hides second ("Blank") anchor: div#quickbar a:nth-of-type(2){ visibility:hidden; }"
(No difference)

Revision as of 21:53, 19 September 2013

/* CSS placed here will affect users of the Cologne Blue skin */

/* hides second ("Blank") anchor  */ 
div#quickbar a:nth-of-type(2){
   visibility:hidden;
}