Merge pull request #7199 from takluyver/python-logo

Use Python logo for IPython kernel
This commit is contained in:
Brian E. Granger 2014-12-12 20:13:59 -08:00
commit bd57d219fc
4 changed files with 4 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -69,10 +69,7 @@ div#header {
} }
#ipython_notebook img { #ipython_notebook img {
font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
height: @logo_height; height: @logo_height;
text-decoration: none;
color: black;
} }
#site { #site {

View File

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

View File

@ -7784,8 +7784,8 @@ div#header .header-bar {
} }
#ipython_notebook { #ipython_notebook {
padding-left: 0px; padding-left: 0px;
padding-top: 3px; padding-top: 1px;
padding-bottom: 3px; padding-bottom: 1px;
} }
#noscript { #noscript {
width: auto; width: auto;
@ -7797,10 +7797,7 @@ div#header .header-bar {
font-weight: bold; font-weight: bold;
} }
#ipython_notebook img { #ipython_notebook img {
font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; height: 28px;
height: 24px;
text-decoration: none;
color: black;
} }
#site { #site {
width: 100%; width: 100%;