kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #428 from evertrol/adjust-css-header-links
Adjust css for header linkspull/424/merge
commit
a161b0925a
|
@ -5,3 +5,7 @@ img.logo {
|
||||||
div.body p.caption {
|
div.body p.caption {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 a.toc-backref {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
|
@ -44,7 +44,7 @@ source_parsers = {
|
||||||
}
|
}
|
||||||
|
|
||||||
def setup(app):
|
def setup(app):
|
||||||
app.add_stylesheet('_static/custom.css') # may also be an URL
|
app.add_stylesheet('custom.css') # may also be a URL
|
||||||
|
|
||||||
# The suffix(es) of source filenames.
|
# The suffix(es) of source filenames.
|
||||||
# You can specify multiple suffix as a list of string:
|
# You can specify multiple suffix as a list of string:
|
||||||
|
|
Ładowanie…
Reference in New Issue