mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Minor style changes. Using better fonts, indenting menu items.
This commit is contained in:
parent
10a76e8537
commit
bf5ffad6f8
@ -48,6 +48,10 @@ div#main_app {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ui-widget {
|
||||
font-family: "Lucinda Grande", "Lucinda Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.ui-button .ui-button-text {
|
||||
padding: 0.2em 0.8em;
|
||||
font-size: 77%;
|
||||
|
@ -43,7 +43,7 @@ span#notebook_name {
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item a {
|
||||
padding: 2px 0.9em;
|
||||
padding: 2px 1.6em;
|
||||
}
|
||||
|
||||
.ui-menu hr {
|
||||
|
Loading…
Reference in New Issue
Block a user