From e8b724b12a8259c0ea72b354e91632582d9063ff Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 8 Aug 2007 17:22:33 +0000 Subject: [PATCH] Reduce font size in search results. --- public/stylesheets/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index deed0d7e4..3d0da2369 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -409,6 +409,8 @@ hides rule from IE5-Mac \*/ #search_results_content { overflow: auto; position: absolute; + font-size: 13px; + line-height: 14px; top: 29px; bottom: 0px; left: 0px; @@ -419,6 +421,8 @@ hides rule from IE5-Mac \*/ margin: 0px; padding: 3px 6px 3px 6px; height: 29px; + font-size: 14px; + line-height: 15px; border-bottom: 1px solid black; background: #bbb; } -- 2.43.2