Revert 2em notebook header space

This commit is contained in:
Jonathan Frederic 2014-05-15 16:55:07 -07:00
parent 5584eb06a9
commit 73f68f9b93

View File

@ -35,7 +35,7 @@ div#notebook {
overflow-x: auto;
width: 100%;
/* This spaces the cell away from the edge of the notebook area */
padding: 2em 0 1em 0;
padding: 1em 0 1em 0;
margin: 0px;
border-top: 1px solid @navbar-default-border;
outline: none;