MediaWiki:Standard.css: Difference between revisions

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

Revision as of 21:52, 19 September 2013

/* CSS placed here will affect users of the Standard skin */
/* hides third ("Blank") anchor  */ 
div#quickbar a:nth-of-type(3){
   visibility:hidden;
}