##// END OF EJS Templates
Enlarge Jupyter logo to 28px height
Thomas Kluyver -
Show More
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -9,7 +9,7 b''
9 @blockquote-font-size: inherit;
9 @blockquote-font-size: inherit;
10 @modal-inner-padding: 15px;
10 @modal-inner-padding: 15px;
11 @grid-float-breakpoint: 540px;
11 @grid-float-breakpoint: 540px;
12 @logo_height: 24px;
12 @logo_height: 28px;
13
13
14 // Disable modal slide-in from top animation.
14 // Disable modal slide-in from top animation.
15 .modal {
15 .modal {
@@ -7784,8 +7784,8 b' div#header .header-bar {'
7784 }
7784 }
7785 #ipython_notebook {
7785 #ipython_notebook {
7786 padding-left: 0px;
7786 padding-left: 0px;
7787 padding-top: 3px;
7787 padding-top: 1px;
7788 padding-bottom: 3px;
7788 padding-bottom: 1px;
7789 }
7789 }
7790 #noscript {
7790 #noscript {
7791 width: auto;
7791 width: auto;
@@ -7797,7 +7797,7 b' div#header .header-bar {'
7797 font-weight: bold;
7797 font-weight: bold;
7798 }
7798 }
7799 #ipython_notebook img {
7799 #ipython_notebook img {
7800 height: 24px;
7800 height: 28px;
7801 }
7801 }
7802 #site {
7802 #site {
7803 width: 100%;
7803 width: 100%;
General Comments 0
You need to be logged in to leave comments. Login now