diff --git a/defaults/yacy.init b/defaults/yacy.init index 62245f709..986b51524 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -812,7 +812,7 @@ externalRedirector= svnRevision=0 -currentSkin= +currentSkin=default # temporary flag for new database structure. set only true for testing # ALL DATA THAT IS CREATED WITH THIS FLAG ON WILL BE VOID IN A FINAL VERSION diff --git a/htroot/env/base.css b/htroot/env/base.css index cfd278824..b3d791750 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -413,7 +413,6 @@ form.search.small h2 { /*font-size: 1.2em;*/ margin:0px; margin-bottom:5px; - border-bottom:1px solid #CAD5E3; } li.menugroup h3{ diff --git a/skins/default.css b/skins/default.css index b2d018326..8a5613904 100644 --- a/skins/default.css +++ b/skins/default.css @@ -155,6 +155,10 @@ div.ProgressBarFill { /* Searchresults */ +form.search.small h2 { + border-bottom:1px solid #CAD5E3; +} + .searchresults { /*border-top:1px #000 dashed;*/ } @@ -229,10 +233,10 @@ fieldset { border:1px solid #aaa; } -input, select, textarea, button { +/* input, select, textarea, button { color: black; background-color: white; -} +} */ legend { background-color:#88aaaa;