Revert bottom_whitespace to 300px by default.

For whatever reason, specifying a percentage for bottom_whitespace
seems to cause issues in some browsers, including Firefox 17
and the Firefox Nightlies.

This is a bit confusing to me, since bottom_whitespace is basically
immediately resized by resizehandler initially anyway. But hey.

(imported from commit 93da101edeb6f16b01a92aed775e9117c0295086)
This commit is contained in:
Waseem Daher 2012-12-28 15:35:30 -05:00
parent 927b0d7e44
commit bcbfa30deb
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ table.floating_recipient {
#bottom_whitespace {
display: block;
height: 40%;
height: 300px;
}
#home-error {