updated libs and fixed some stupid css errors for firefox on linux

This commit is contained in:
tmont 2011-03-04 21:43:21 +00:00
parent 72beea805f
commit 5017876894
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -176,13 +176,14 @@ a.external {
} }
.searchbox { .searchbox {
float: right !important; float: right !important;
width: 226px; /* chrome needs this or it creates a second line */ width: 230px; /* chrome/firefox-linux needs this or it creates a second line */
} }
.searchbox input[type="text"] { .searchbox input[type="text"] {
height: 15px; height: 15px;
font-size: 10px; font-size: 10px;
width: 200px; width: 200px;
padding: 0; padding: 0;
border: 1px solid #999999;
} }
.content-container { .content-container {