diff options
| -rw-r--r-- | htroot/env/templates/header.template | 2 | ||||
| -rw-r--r-- | skins/default.css | 5 | ||||
| -rw-r--r-- | skins/grey.css | 7 |
3 files changed, 12 insertions, 2 deletions
diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index f566cd966..7bd044c33 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -46,7 +46,7 @@ <li class="menugroup" id="menugroupGlobalIndex">
<h3>Search & Browse</h3>
<ul class="menu">
- <li><a href="/index.html?display=1" accesskey="s" class="MenuItemLink">Search Page</a></li>
+ <li><a href="/index.html?display=0" accesskey="s" class="MenuItemLink">Search Page</a></li>
<li><a href="/yacy/ui/" accesskey="s" class="MenuItemLink">Rich Client Search</a></li>
<li><a href="/yacyinteractive.html?display=1" class="MenuItemLink">Interactive local Search</a></li>
<li><a href="/compare_yacy.html?display=1" class="MenuItemLink">Compare Search</a></li>
diff --git a/skins/default.css b/skins/default.css index 8a5613904..83fe88bfb 100644 --- a/skins/default.css +++ b/skins/default.css @@ -163,6 +163,11 @@ form.search.small h2 { /*border-top:1px #000 dashed;*/ } +.searchresults h4 a { + font-size:1.1em; + text-decoration:underline; +} + .searchresults .url a { color:#008000; } diff --git a/skins/grey.css b/skins/grey.css index fc3120b5a..e315f010f 100644 --- a/skins/grey.css +++ b/skins/grey.css @@ -160,7 +160,12 @@ div.ProgressBarFill { /* Searchresults */
.searchresults {
- border-top:1px #000 dashed;
+ /*border-top:1px #000 dashed;*/
+}
+
+.searchresults h4 a {
+ font-size:1.1em;
+ text-decoration:underline;
}
.searchresults .url a {
|
