diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-09-01 20:08:01 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-09-01 20:08:04 -0400 |
commit | 2725f57f0988a7af5514fcc57410e986cc051da3 (patch) | |
tree | 1dd5957c5ce234ede62492506b2563bd8c124d55 /docs/source/_static | |
parent | 7dee64e16c34278eb4c2a214d63ae1509e7b15a4 (diff) | |
download | librambutan-2725f57f0988a7af5514fcc57410e986cc051da3.tar.gz librambutan-2725f57f0988a7af5514fcc57410e986cc051da3.zip |
docs: fix header css
This got broken during a sloppy git rebase
Diffstat (limited to 'docs/source/_static')
-rw-r--r-- | docs/source/_static/rambutan-docs.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/source/_static/rambutan-docs.css b/docs/source/_static/rambutan-docs.css index deadbcc..af9c286 100644 --- a/docs/source/_static/rambutan-docs.css +++ b/docs/source/_static/rambutan-docs.css @@ -89,21 +89,6 @@ footer#pagefooter, footer#pagefooter a { .contents .topic-title { font-weight: normal; } - -body > header h1 a, body > header h1 a:visited { - color: #000; - margin-left: 240px; - font-family: "Open Sans", "Helvetica", sans-serif; - font-weight: bold; - text-transform: uppercase; - font-variant: small-caps; - font-weight: normal; -} - -.sphinxsidebar h3 a { - color: #222; -} - pre, tt { font-family: "Source Code Pro", "Monaco", "Consolas", "Lucida Console", monospace; } |