Reduce font size in search results.
This commit is contained in:
parent
4ac48d2cb5
commit
e8b724b12a
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue