Merge pull request #7199 from takluyver/python-logo

Use Python logo for IPython kernel
Brian E. Granger 11 years ago
commit bd57d219fc

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

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

@ -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 {

@ -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,10 +7797,7 @@ div#header .header-bar {
font-weight: bold;
}
#ipython_notebook img {
font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
height: 24px;
text-decoration: none;
color: black;
height: 28px;
}
#site {
width: 100%;

Loading…
Cancel
Save