From 303be735fb01c76d370046ca74cf4dd3a604082b Mon Sep 17 00:00:00 2001 From: spf13 Date: Sat, 18 Jan 2014 10:58:58 -0500 Subject: [PATCH] Adding github button to docs homepage --- docs/layouts/index.html | 4 +++- docs/static/static/css/HPstyles.css | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/layouts/index.html b/docs/layouts/index.html index 9042faac7..c086131af 100755 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -26,7 +26,9 @@

The Fast and Flexible Static Site Generator


learn more - download
+ download +
+ github documentation diff --git a/docs/static/static/css/HPstyles.css b/docs/static/static/css/HPstyles.css index 474a9610f..aa8b5acc7 100644 --- a/docs/static/static/css/HPstyles.css +++ b/docs/static/static/css/HPstyles.css @@ -274,6 +274,22 @@ footer a:hover { /* Bootstrap Addons */ +.btn-dark { + color:white; + background-color: rgba(30,30,30, 0.8); + border-color: black; +} + +.btn-dark:hover, +.btn-dark:focus, +.btn-dark:active, +.btn-dark.active, +.open .dropdown-toggle.btn-dark { + color: white; + background-color: black; + border-color: black; +} + .btn-clear { color:#888;