From eb16a99e94341e2aecd5fd1fc1df880f2e45e7a7 Mon Sep 17 00:00:00 2001 From: fuchsi Date: Wed, 19 Sep 2007 22:08:56 +0000 Subject: [PATCH] avoid floating of long page titles around the favicon in search results git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4103 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/env/base.css | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/htroot/env/base.css b/htroot/env/base.css index 0f3db2acb..851189bd6 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -315,7 +315,16 @@ div.yacysearch { div.urlactions { float:left; clear:left; - margin: 0px 4px; + margin: 0px 6px 0px 2px; +} + +img.favicon{ + margin: 0px 4px 0px 0px; + width: 16px; + height: 16px; + float: left; + position: absolute; + left: 0px; } /*---------- @@ -336,11 +345,17 @@ div.bookmark p { margin:1px; } +div.searchresults h4{ + margin:2px 2px 2px 2px; + padding-left: 20px; +} + div.searchresults p{ margin:2px 2px 2px 2px; padding-left: 20px; } + form.search.small p.yacylogo { /* The logo in yacysearch.html */ display:block; float:left; @@ -737,9 +752,3 @@ ul#menu a.MenuItemLink { padding:1px 5% 1px 15%; } -img.favicon{ - margin: 0px 4px 0px 0px; - width: 16px; - height: 16px; - float: left; -}