diff options
author | luxagraf <sng@luxagraf.net> | 2011-02-23 13:39:20 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-02-23 13:39:20 -0500 |
commit | 6bb506cca05f357597e23fcdc2962b49ff10548b (patch) | |
tree | 001a7800a341c6bc60b1960916fd26ad0b82dc70 /templates | |
parent | 61afc47e5e29d6824dc32e1c42c4d5270ad90635 (diff) |
reverted to separate ie stylesheet
Diffstat (limited to 'templates')
-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"> |