mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Adjust title area sizes to improve alignment.
This commit is contained in:
parent
781c5ad281
commit
55223d0414
@ -22,7 +22,7 @@ div#header {
|
||||
/* Initially hidden to prevent FLOUC */
|
||||
display: none;
|
||||
position: relative;
|
||||
height: 45px;
|
||||
height: 40px;
|
||||
padding: 5px;
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
@ -35,7 +35,7 @@ span#ipython_notebook {
|
||||
|
||||
span#ipython_notebook h1 {
|
||||
font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
|
||||
font-size: 197%;
|
||||
font-size: 150%;
|
||||
display: inline;
|
||||
color: black;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user