From feece4bfcbf57cb4dfb456c659656b525f29436d Mon Sep 17 00:00:00 2001 From: orbiter Date: Mon, 21 Sep 2009 21:30:24 +0000 Subject: slightly changed default skins: - search result headline font is slightly larger and has an underline (like g**gle) - no dashed line between results in grey style - no search results with menu on left side by default (but is still possible) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6334 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- skins/default.css | 5 +++++ skins/grey.css | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'skins') 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 { -- cgit v1.2.3