diff options
| author | Eugene Kuligin <k.evgen@meta.ua> | 2015-04-20 05:13:05 +0300 |
|---|---|---|
| committer | Eugene Kuligin <k.evgen@meta.ua> | 2015-04-20 05:13:05 +0300 |
| commit | 62c95c675992ba6c3da0b01c647a62bccd9c2b54 (patch) | |
| tree | 3ab439f53ee98ad721de07b4194bd86cb549d7f7 | |
| parent | f7b0148f6aacdf6ba6f5b7bb4a13a69b5f227fab (diff) | |
increase view space with normal font weight in the searched titles
| -rw-r--r-- | skins/27c3.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/skins/27c3.css b/skins/27c3.css index 177061b8f..c7f8f9979 100644 --- a/skins/27c3.css +++ b/skins/27c3.css @@ -29,7 +29,7 @@ a:hover { -khtml-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; - + background-color: #5090D0; color:white; } @@ -86,8 +86,8 @@ table { border:1px solid #888888; } -.TableCellActive { - background-color: #FFCCCC; +.TableCellActive { + background-color: #FFCCCC; } /* Blog and Wiki*/ @@ -173,7 +173,7 @@ div.ProgressBarFill { /* Searchresults */ -fieldset.maininput, fieldset.yacys { +fieldset.maininput, fieldset.yacys { background-color:#666666; -webkit-border-radius: 5px; -khtml-border-radius: 5px; @@ -191,7 +191,6 @@ form.search.small h2 { .searchresults h4 a { font-size:1.2em; - font-weight:normal; color:#ffffff; } .searchresults h4 a:hover { |
