diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-07 09:59:22 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-07 09:59:22 +0000 |
| commit | 718abe74b43491335e01b1b6c3aa11a099878dde (patch) | |
| tree | 59742d14e642c6a7eb03b3893143ba1daf1be673 | |
| parent | 0abb9faa1662900fb78e84d8fc88ff1f2491e149 (diff) | |
- fix page background on login screen in Chrome
git-svn-id: https://svn.roundcube.net/trunk@2618 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 8fb992ac8..089ff8176 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -4,6 +4,7 @@ body { margin: 8px; background-color: #F6F6F6; /* #EBEBEB; */ + height: 100%; color: #000000; } |
