bring back/fix: search results and logo without external icon

pull/93/head
reger 8 years ago
parent 0f0393e5e3
commit 95a60d177e

@ -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>

@ -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;
}

@ -44,7 +44,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de
<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;">

Loading…
Cancel
Save