diff options
-rw-r--r-- | templates/base.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index f63f2c0..fada45c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,6 +22,11 @@ <link rel="stylesheet" href="{{MEDIA_URL}}css/print.css" media="print">{%endcomment%} + <!--[if IE]> + <link rel="stylesheet" + href="{{MEDIA_URL}}css/ie.css" + media="screen"> + <![endif]--> <link rel="shortcut icon" href="http://media.luxagraf.net/img/favicon.ico" type="image/vnd.microsoft.icon"> |