css fix for IE10 showing border on all img within <a /> tag since introduction of external link icon (commit 112836dcc9)

This commit is contained in:
reger 2013-08-04 05:37:20 +02:00
parent 8a96140f92
commit 070bf85b33

2
htroot/env/base.css vendored
View File

@ -98,6 +98,8 @@ a[target="_self"], a[class="forceNoExternalIcon"], a[class="yacylogo"] {
background: transparent;
padding-right: 0px;
}
/* (fix for IE 10) prevent borders on img within links */
a img {border: none}
td {
padding:1px 2px;