Difference between revisions of "MediaWiki:Common.css"

384 bytes removed ,  23:47, 11 March 2014
links were getting hidden, not just their icons - give up
(it was just too annoying)
(links were getting hidden, not just their icons - give up)
Line 182: Line 182:
   margin-right: 0px;
   margin-right: 0px;
}
}
/******************
  ATTEMPT TO HIDE ANNOYING LINK IMAGES (padlocks, arrows, irc) (broken)
******************/
a.external,
a.external[href ^="irc://"],
a.external[href ^="ircs://"], .link-irc,
a.external[href ^="https://"], .link-https {
  background:transparent;
  background:transparent!ie;
  padding:0px;
  margin:0px;
  display:none;
  visibility:hidden;
}#bodyContent