mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #7199 from takluyver/python-logo
Use Python logo for IPython kernel
This commit is contained in:
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 {
|
#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 {
|
||||||
|
@ -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 {
|
||||||
|
9
IPython/html/static/style/style.min.css
vendored
9
IPython/html/static/style/style.min.css
vendored
@ -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%;
|
||||||
|
Loading…
Reference in New Issue
Block a user