increase view space with normal font weight in the searched titles

pull/3/head
Eugene Kuligin 10 years ago
parent f7b0148f6a
commit 62c95c6759

@ -29,7 +29,7 @@ a:hover {
-khtml-border-radius: 5px; -khtml-border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
background-color: #5090D0; background-color: #5090D0;
color:white; color:white;
} }
@ -86,8 +86,8 @@ table {
border:1px solid #888888; border:1px solid #888888;
} }
.TableCellActive { .TableCellActive {
background-color: #FFCCCC; background-color: #FFCCCC;
} }
/* Blog and Wiki*/ /* Blog and Wiki*/
@ -173,7 +173,7 @@ div.ProgressBarFill {
/* Searchresults */ /* Searchresults */
fieldset.maininput, fieldset.yacys { fieldset.maininput, fieldset.yacys {
background-color:#666666; background-color:#666666;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
-khtml-border-radius: 5px; -khtml-border-radius: 5px;
@ -191,7 +191,6 @@ form.search.small h2 {
.searchresults h4 a { .searchresults h4 a {
font-size:1.2em; font-size:1.2em;
font-weight:normal;
color:#ffffff; color:#ffffff;
} }
.searchresults h4 a:hover { .searchresults h4 a:hover {

Loading…
Cancel
Save