From: spf13 Date: Sat, 18 Jan 2014 15:58:58 +0000 (-0500) Subject: Adding github button to docs homepage X-Git-Tag: v0.10~58 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=303be735fb01c76d370046ca74cf4dd3a604082b;p=brevno-suite%2Fhugo Adding github button to docs homepage --- diff --git a/docs/layouts/index.html b/docs/layouts/index.html index 9042faac..c086131a 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 474a9610..aa8b5acc 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;