mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
[HTML theme] sphinx13: include the project name in home link (#12700)
This commit is contained in:
2
doc/_themes/sphinx13/layout.html
vendored
2
doc/_themes/sphinx13/layout.html
vendored
@@ -14,8 +14,8 @@
|
||||
<div class="brand">
|
||||
<a href="{{ pathto(root_doc)|e }}">
|
||||
<img src="{{ pathto('_static/sphinx-logo.svg', resource=True) }}" alt="logo" />
|
||||
<span>Sphinx</span>
|
||||
</a>
|
||||
<h1>Sphinx</h1>
|
||||
</div>
|
||||
<div class="icons">
|
||||
<a href="https://github.com/sphinx-doc/sphinx" title="{{ _('Source Code') }}" target="_blank">
|
||||
|
||||
9
doc/_themes/sphinx13/static/sphinx13.css
vendored
9
doc/_themes/sphinx13/static/sphinx13.css
vendored
@@ -62,17 +62,14 @@ body {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.pageheader .brand a {
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
.pageheader .brand img {
|
||||
width: 2em;
|
||||
filter: invert(1) drop-shadow(1px 1px 2px black);
|
||||
}
|
||||
|
||||
.pageheader .brand h1 {
|
||||
.pageheader .brand span {
|
||||
color: white;
|
||||
margin: 0;
|
||||
margin-left: 0.4em;
|
||||
font-weight: 400;
|
||||
font-size: 2em;
|
||||
line-height: 1;
|
||||
|
||||
Reference in New Issue
Block a user