diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-01 15:39:24 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-01 15:39:24 +0000 |
| commit | 82c8e5c6884fc2a27064233e77f330f7ea030946 (patch) | |
| tree | aee065ec9c944b2ccd662b30d5ec528cb32ec69e | |
| parent | 30dda889ac289cedf848e6db8e7639f3bc28fb7f (diff) | |
- Fix taskbar background on IE6 (typo)
git-svn-id: https://svn.roundcube.net/trunk@3583 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/ie6hacks.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/ie6hacks.css b/roundcubemail/skins/default/ie6hacks.css index 3fad4f37f..f5e1c2aa8 100644 --- a/roundcubemail/skins/default/ie6hacks.css +++ b/roundcubemail/skins/default/ie6hacks.css @@ -1,6 +1,6 @@ /* CSS hacks for IE versions 5,6 */ -taskbar +#taskbar { background: url(images/taskbar.gif) top right no-repeat; } |
