diff options
| author | reger <reger18@arcor.de> | 2016-11-10 22:22:37 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2016-11-10 22:22:37 +0100 |
| commit | 95a60d177e9f5cd7252972a5ffd8c554fcb0a1b2 (patch) | |
| tree | 00e024992a79c1ce7757c32b9f60b4ba3a739827 /htroot/env | |
| parent | 0f0393e5e380c81e1de9151cffaddf89251f53cc (diff) | |
bring back/fix: search results and logo without external icon
Diffstat (limited to 'htroot/env')
| -rw-r--r-- | htroot/env/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css index ebf95412e..3f66429b6 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -92,7 +92,7 @@ a[href^="http://"], a[href^="https://"] { } /* exception for links in search results and image links */ -a[target="_self"], a[class="forceNoExternalIcon"], a[class="navbar-brand"], a[class="yacylogo"] { +a[target="_self"], a[class="forceNoExternalIcon"], a[class="navbar-brand"], a[class="yacylogo"], .searchresults a { background: transparent; padding-right: 0px; } |
