Skip to content

Commit

Permalink
Merge pull request ipython#2788 from debjan/chrome-frame-aware
Browse files Browse the repository at this point in the history
Chrome frame awareness
  • Loading branch information
ellisonbg committed Jan 15, 2013
2 parents b6c6df6 + 4a28869 commit 3b21b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/frontend/html/notebook/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta charset="utf-8">

<title>{% block title %}IPython Notebook{% endblock %}</title>

<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" />
<link rel="stylesheet" href="{{static_url("css/boilerplate.css") }}" type="text/css" />
<link rel="stylesheet" href="{{static_url("css/fbm.css") }}" type="text/css" />
Expand Down

0 comments on commit 3b21b58

Please sign in to comment.