mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Probably don't need text styles on an img tag
This commit is contained in:
parent
87baffc5b0
commit
7454b25dc0
@ -69,10 +69,7 @@ div#header {
|
||||
}
|
||||
|
||||
#ipython_notebook img {
|
||||
font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
|
||||
height: @logo_height;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#site {
|
||||
|
3
IPython/html/static/style/style.min.css
vendored
3
IPython/html/static/style/style.min.css
vendored
@ -7797,10 +7797,7 @@ div#header .header-bar {
|
||||
font-weight: bold;
|
||||
}
|
||||
#ipython_notebook img {
|
||||
font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
|
||||
height: 24px;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
#site {
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user