diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-21 16:07:52 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-21 16:07:52 +0000 |
| commit | 047b02eaa124fd4bd1151d6d1fd5c84dc702d2d7 (patch) | |
| tree | 7b5fc6b4e359ad5e5c2dbe29b7cbe5044b64d425 /roundcubemail/skins/larry/includes | |
| parent | b8b008a0270c5ccc0e6a19a7468ff6ea5f1bf278 (diff) | |
CSS optimizations for IE8/9
git-svn-id: https://svn.roundcube.net/trunk@5810 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/larry/includes')
| -rw-r--r-- | roundcubemail/skins/larry/includes/links.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/skins/larry/includes/links.html b/roundcubemail/skins/larry/includes/links.html index d2426aee4..0ddc2e160 100644 --- a/roundcubemail/skins/larry/includes/links.html +++ b/roundcubemail/skins/larry/includes/links.html @@ -3,6 +3,7 @@ <roundcube:if condition="in_array(env:task, array('mail','addressbook','settings'))" /> <link rel="stylesheet" type="text/css" href="/<roundcube:var name="env:task" />.css" /> <roundcube:endif /> +<!--[if IE 9]><link rel="stylesheet" type="text/css" href="/svggradients.css" /><![endif]--> <!--[if lte IE 8]><link rel="stylesheet" type="text/css" href="/iehacks.css" /><![endif]--> -<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/ie6hacks.css" /><![endif]--> +<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/ie7hacks.css" /><![endif]--> <script type="text/javascript" src="/ui.js"></script>
\ No newline at end of file |
