diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-19 17:01:57 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-19 17:01:57 +0000 |
| commit | 2e8c2cb7bed1e60ef24a4d79ffdd361c8c727e9b (patch) | |
| tree | 063fa26691a582bd0d3dd6391f0942b462893227 /roundcubemail/skins/default | |
| parent | f14dc81f3b83936ab39d5b80d11ea8686f0014cc (diff) | |
Fix search box on Safari and make pages validate
git-svn-id: https://svn.roundcube.net/trunk@1850 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 1 | ||||
| -rw-r--r-- | roundcubemail/skins/default/watermark.html | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 81e4cff35..ec78cd7a2 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -755,7 +755,6 @@ table.headers-table tr td.all #messagebody { position:relative; - min-height: 300px; padding-bottom: 10px; background-color: #FFFFFF; } diff --git a/roundcubemail/skins/default/watermark.html b/roundcubemail/skins/default/watermark.html index 85e53652a..6202b8f83 100644 --- a/roundcubemail/skins/default/watermark.html +++ b/roundcubemail/skins/default/watermark.html @@ -1,6 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> + <title></title> </head> <body style="background-color:#F2F2F2;"> |
