shrink navbars a little

This commit is contained in:
MinRK 2013-06-03 14:14:08 -07:00
parent 864ef914ae
commit 638b30ff90
2 changed files with 5 additions and 2 deletions

View File

@ -23,7 +23,7 @@ div#header {
}
#ipython_notebook {
padding: 8px 10px 0px 10px
padding-left: 16px;
}
#ipython_notebook img {
@ -47,10 +47,12 @@ div#header {
input.ui-button {
padding: 0.3em 0.9em;
}
.navbar span {
margin-top: 3px;
}
span#login_widget {
float: right;
margin-top: 2px;
}
.nav-header {

View File

@ -3,6 +3,7 @@
@textColor: @black;
@baseFontSize: 13px;
@monoFontFamily: monospace; // to allow user to customize their fonts
@navbarHeight: 36px;
// Our own global variables for all pages go here