Merge pull request #1993 from Carreau/printview

Update print-view css, and link the print css when trying to print a notebook without going through the print view.
This commit is contained in:
Bussonnier Matthias 2012-07-12 06:18:25 -07:00
commit 4ec828c3db

View File

@ -19,6 +19,8 @@ window.mathjax_url = "{{mathjax_url}}";
<link rel="stylesheet" href="{{ static_url("css/tooltip.css") }}" type="text/css" /> <link rel="stylesheet" href="{{ static_url("css/tooltip.css") }}" type="text/css" />
<link rel="stylesheet" href="{{ static_url("css/renderedhtml.css") }}" type="text/css" /> <link rel="stylesheet" href="{{ static_url("css/renderedhtml.css") }}" type="text/css" />
<link rel="stylesheet" href="{{ static_url("css/printnotebook.css") }}" type="text/css" media="print"/>
{% end %} {% end %}