diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-09-21 21:30:24 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-09-21 21:30:24 +0000 |
| commit | feece4bfcbf57cb4dfb456c659656b525f29436d (patch) | |
| tree | 8802c2c351523a8241f1639e22ec0f8439bee6e0 /skins | |
| parent | aca8a78eb8f64d5eee1f19e283d00682f404bc2e (diff) | |
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
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/default.css | 5 | ||||
| -rw-r--r-- | skins/grey.css | 7 |
2 files changed, 11 insertions, 1 deletions
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 {
|
