Drop unnecessary CSS selectors for a.external[href^="gopher://"]
authorBartosz Dziewoński <matma.rex@gmail.com>
Sun, 15 Sep 2013 17:40:37 +0000 (19:40 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sun, 15 Sep 2013 17:40:37 +0000 (19:40 +0200)
commitae88855e42d6a700e34e9861c55e84b6379545ad
tree539d9356a4ca2b0e3767f3507962f4adc2a422f7
parent5b4df7210188a600cf2df83ea535f7642f20f6c7
Drop unnecessary CSS selectors for a.external[href^="gopher://"]

* They don't do anything anyway - gopher:// links are not styled by
  anything else, so they'd just get the same styles as regular
  external links.
* They cause problems in browsers not supporting the attribute
  selector (like IE6), as the browser drops the entire rule, as
  required by the CSS specification.

Also removed some code in monobook/IE60Fixes.css which seems to be
simply a workaround for the issue described above.

Bug: 31495
Change-Id: Ib33d47d5372dd73097bdcef8d00ebd073f6bbd68
skins/modern/main.css
skins/monobook/IE60Fixes.css
skins/monobook/main.css
skins/vector/screen.css