Reduce font size in search results.

This commit is contained in:
Tom Hughes 2007-08-08 17:22:33 +00:00
parent 4ac48d2cb5
commit e8b724b12a

View file

@ -409,6 +409,8 @@ hides rule from IE5-Mac \*/
#search_results_content { #search_results_content {
overflow: auto; overflow: auto;
position: absolute; position: absolute;
font-size: 13px;
line-height: 14px;
top: 29px; top: 29px;
bottom: 0px; bottom: 0px;
left: 0px; left: 0px;
@ -419,6 +421,8 @@ hides rule from IE5-Mac \*/
margin: 0px; margin: 0px;
padding: 3px 6px 3px 6px; padding: 3px 6px 3px 6px;
height: 29px; height: 29px;
font-size: 14px;
line-height: 15px;
border-bottom: 1px solid black; border-bottom: 1px solid black;
background: #bbb; background: #bbb;
} }