summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2021-02-15 17:05:48 +0000
committerGitHub <noreply@github.com>2021-02-15 17:05:48 +0000
commitaa57fc40346e93cb1186395f033b7ac2169a0fa1 (patch)
tree3d1d477e4a65f656ef977dfdf266c3b2d0e877ba
parent46e984e9f93774570b9d15288f3c24f5e0cae63e (diff)
downloadnumpy-eric-wieser/fix-18321.tar.gz
DOC: remove layout overrides for headerseric-wieser/fix-18321
Addresses gh-18321. Also fixes a typo where `font-style` instead of `font-family` was used. Since the font boldness and letter-spacing choices were built on top of this mistake, they were removed too. If someone feels the pydata-sphinx-theme would look nicer with some layout tweaks, I would strongly encourage them to adjust the theme itself upstream.
-rw-r--r--doc/source/_static/numpy.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/source/_static/numpy.css b/doc/source/_static/numpy.css
index 22d08cc0d..53b610bf1 100644
--- a/doc/source/_static/numpy.css
+++ b/doc/source/_static/numpy.css
@@ -18,14 +18,8 @@ pre, code {
}
h1 {
- font-style: "Lato", sans-serif;
+ font-family: "Lato", sans-serif;
color: #013243; /* warm black */
- font-weight: 700;
- letter-spacing: -.04em;
- text-align: right;
- margin-top: 3rem;
- margin-bottom: 4rem;
- font-size: 3rem;
}