Skip to content

Commit

Permalink
bring back/fix: search results and logo without external icon
Browse files Browse the repository at this point in the history
  • Loading branch information
reger committed Nov 10, 2016
1 parent 0f0393e commit 95a60d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion htroot/YaCySearchPluginFF.html
Expand Up @@ -10,7 +10,7 @@
<table class="Heading" border="0" cellspacing="0" cellpadding="0" width="100%">
<tr style="height:36px;">
<td width="240">
<a href="http://www.yacy.net" target="_blank">
<a href="http://www.yacy.net" class="yacylogo" target="_blank">
<img width="52" height="33" border="0" src="env/grafics/yacy.png" align="top" alt="YaCy-Logo" />
</a>
</td>
Expand Down
2 changes: 1 addition & 1 deletion htroot/env/base.css
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion htroot/yacyinteractive.html
Expand Up @@ -44,7 +44,7 @@
<div id="searchnavigation"></div>
</div>
<div id="downloadscript" style="clear:both;"></div>
<div id="searchresults" style="clear:both;">
<div id="searchresults" class="searchresults" style="clear:both;">
<!-- <div><img src="PerformanceGraph.png" id="graph" alt="PerformanceGraph" width="660" height="240"/></div> -->
</div>
<div id="serverlist" style="clear:both;">
Expand Down

0 comments on commit 95a60d1

Please sign in to comment.