##// END OF EJS Templates
Merge pull request #4355 from Carreau/rm-vbox...
Merge pull request #4355 from Carreau/rm-vbox remove hardcoded box-orient remove some hardcoded vbox and hbox in html templates, those are not anymore in the notebook-app DOM, in favor oh having the less class inheriting from the corresponding mixin. This should allow easier pure-css customization.

File last commit:

r12098:20cd990c
r12922:c7e6a538 merge
Show More
htmlnotebook.html
9 lines | 263 B | text/html | HtmlLexer
<html>
<head>
<meta http-equiv="Refresh" content="0; url=notebook.html" />
<title>Notebook page has move</title>
</head>
<body>
<p>The notebook page has moved to <a href="notebook.html">this link</a>.</p>
</body>
</html>