Commit a2453da51d83e62ce0ac2226b4a511b51d34003f
1 parent
c8d2b4bc
Making Slowal IE accessible.
Showing
2 changed files
with
6 additions
and
0 deletions
dictionary/static/css/frame_table_ie_patch.css
0 → 100644
templates/base.html
... | ... | @@ -26,6 +26,9 @@ |
26 | 26 | <link rel="stylesheet" href="{{ STATIC_URL }}css/vocabulary_stats.css" type="text/css" media="screen" charset="utf-8" /> |
27 | 27 | <link rel="stylesheet" href="{{ STATIC_URL }}css/user_stats.css" type="text/css" media="screen" charset="utf-8" /> |
28 | 28 | <link rel="stylesheet" href="{{ STATIC_URL }}css/frame_table.css" type="text/css" media="screen" charset="utf-8" /> |
29 | +<!--[if IE]> | |
30 | +<link rel="stylesheet" href="{{ STATIC_URL }}css/frame_table_ie_patch.css" type="text/css" media="screen" charset="utf-8" /> | |
31 | +<![endif]--> | |
29 | 32 | <link rel="stylesheet" href="{{ STATIC_URL }}css/arg_realization_table.css" type="text/css" media="screen" charset="utf-8" /> |
30 | 33 | <link rel="stylesheet" href="{{ STATIC_URL }}css/arg_realization_viewtab.css" type="text/css" media="screen" charset="utf-8" /> |
31 | 34 | <link rel="stylesheet" href="{{ STATIC_URL }}css/all_notes_table.css" type="text/css" media="screen" charset="utf-8" /> |
... | ... |