##// END OF EJS Templates
Revert 2em notebook header space
Jonathan Frederic -
Show More
@@ -35,7 +35,7 b' div#notebook {'
35 overflow-x: auto;
35 overflow-x: auto;
36 width: 100%;
36 width: 100%;
37 /* This spaces the cell away from the edge of the notebook area */
37 /* This spaces the cell away from the edge of the notebook area */
38 padding: 2em 0 1em 0;
38 padding: 1em 0 1em 0;
39 margin: 0px;
39 margin: 0px;
40 border-top: 1px solid @navbar-default-border;
40 border-top: 1px solid @navbar-default-border;
41 outline: none;
41 outline: none;
General Comments 0
You need to be logged in to leave comments. Login now