Enlarge Jupyter logo to 28px height

This commit is contained in:
Thomas Kluyver 2014-12-12 14:31:48 -08:00
parent 7454b25dc0
commit 27ad247f9d
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -9,7 +9,7 @@
@blockquote-font-size: inherit;
@modal-inner-padding: 15px;
@grid-float-breakpoint: 540px;
@logo_height: 24px;
@logo_height: 28px;
// Disable modal slide-in from top animation.
.modal {

View File

@ -7784,8 +7784,8 @@ div#header .header-bar {
}
#ipython_notebook {
padding-left: 0px;
padding-top: 3px;
padding-bottom: 3px;
padding-top: 1px;
padding-bottom: 1px;
}
#noscript {
width: auto;
@ -7797,7 +7797,7 @@ div#header .header-bar {
font-weight: bold;
}
#ipython_notebook img {
height: 24px;
height: 28px;
}
#site {
width: 100%;