From 27a4adacdf4a5208d469a6840b61af67d73eb72d Mon Sep 17 00:00:00 2001 From: qua-non Date: Fri, 11 Oct 2013 16:54:41 +0530 Subject: [PATCH] doc: add wiki link at top --- doc/sources/.static/fresh.css | 8 ++++++++ doc/sources/.templates/layout.html | 1 + 2 files changed, 9 insertions(+) diff --git a/doc/sources/.static/fresh.css b/doc/sources/.static/fresh.css index ffa691256..165f33f78 100644 --- a/doc/sources/.static/fresh.css +++ b/doc/sources/.static/fresh.css @@ -110,6 +110,11 @@ a:hover { color: #ffffff; } +#topmenu ul.navigation .nav-wiki { + background-color: #ff1188; + color: #ffffff; +} + #topmenu ul.navigation a.nav-garden:hover { background-color: #99cc00; } @@ -126,6 +131,9 @@ a:hover { background-color: #ffbb33; } +#topmenu ul.navigation a.nav-wiki:hover { + background-color: #ff33bb; +} div.sphinxsidebar { diff --git a/doc/sources/.templates/layout.html b/doc/sources/.templates/layout.html index 90b8db678..b345f04d5 100644 --- a/doc/sources/.templates/layout.html +++ b/doc/sources/.templates/layout.html @@ -161,6 +161,7 @@
  • Garden
  • API Reference
  • PDF
  • +
  • Wiki