Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9786eb0

Browse files
committed
Merge pull request #7199 from takluyver/python-logo
Use Python logo for IPython kernel
2 parents 31efca1 + 0689fc7 commit 9786eb0

6 files changed

Lines changed: 4 additions & 10 deletions

File tree

-947 Bytes
Loading

IPython/html/static/base/less/page.less

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ div#header {
6969
}
7070

7171
#ipython_notebook img {
72-
font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
7372
height: @logo_height;
74-
text-decoration: none;
75-
color: black;
7673
}
7774

7875
#site {

IPython/html/static/base/less/variables.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@blockquote-font-size: inherit;
1010
@modal-inner-padding: 15px;
1111
@grid-float-breakpoint: 540px;
12-
@logo_height: 24px;
12+
@logo_height: 28px;
1313

1414
// Disable modal slide-in from top animation.
1515
.modal {

IPython/html/static/style/style.min.css

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-44 Bytes
Loading
-84 Bytes
Loading

0 commit comments

Comments
 (0)