Merge pull request #3 from shaman/master

How about normal font weight in the searched titles & fix RSS icon position?
pull/4/head
Michael Peter Christen 10 years ago
commit 1ded4b4889

@ -1037,6 +1037,7 @@ div#info:hover span {
div#tagcloud {
line-height:16px;
margin: 10px 0;
}
.info span {

@ -74,7 +74,7 @@
<div id="api" style="top:58px;">
<script type="text/javascript">
//<![CDATA[
document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\" id=\"apilink\" target=\"_blank\"\><img src=\"env/grafics/rss.png\" width=\"32\" height=\"32\" alt=\"RSS\" /></a>")
document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\" id=\"apilink\" target=\"_blank\"\><img src=\"env/grafics/rss.png\" width=\"16\" height=\"16\" alt=\"RSS\" /></a>")
//]]>
</script>
<span>This search result can also be retrieved as RSS/<a href="http://www.opensearch.org" target="_blank">opensearch</a> output.

@ -3389,7 +3389,7 @@ This search result can also be retrieved as RSS/<a href="http://www.opensearch.o
The query format is similar to <a href="http://www.loc.gov/standards/sru/">SRU</a>.==Формат запиту схожий на <a href="http://www.loc.gov/standards/sru/">SRU</a>.
Click the API icon to see an example call to the search rss API.==Клацніть по значку API, щоб побачити зразок виклику пошукового API RSS.
To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.==Щоб побачити список усіх API, будь ласка, відвідайте <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">вікі-сторінку API</a>.
Did you mean:==Ви мали наувазі:
Did you mean:==Можливо, ви мали на увазі:
"Search"=="Пошук"
'Search'=='Пошук'
"search again"=="Шукати знову"

@ -191,7 +191,6 @@ form.search.small h2 {
.searchresults h4 a {
font-size:1.2em;
font-weight:normal;
color:#ffffff;
}
.searchresults h4 a:hover {

Loading…
Cancel
Save