MediaWiki:Cologneblue.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m testing alternative format for IE |
||
| Line 3: | Line 3: | ||
/* hides second ("Blank") anchor */ | /* hides second ("Blank") anchor */ | ||
div#quickbar a:nth-of-type(2) { | div#quickbar a:nth-of-type(2) { | ||
visibility:hidden; | |||
} | |||
div#quickbar a + a { | |||
visibility:hidden; | visibility:hidden; | ||
} | } | ||
Revision as of 20:41, 24 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;
}
div#quickbar a + a {
visibility:hidden;
}