diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index dfd5d8a..d41180c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,7 +26,7 @@ {%block stylesheet%}{%endblock%} <!--[if IE]><link rel="stylesheet" href="{{MEDIA_URL}}css/ie.css" type="text/css" media="screen, projection"><![endif]--> - + <!--[if lte IE 6]><link rel="stylesheet" href="{{MEDIA_URL}}css/ie6.css" type="text/css" media="screen, projection"><![endif]--> <link rel="shortcut icon" href="http://media.luxagraf.net/img/favicon.ico" |