From 3753bcce54ffea995728fafd75de6e9bd5d17d54 Mon Sep 17 00:00:00 2001 From: John Paul Date: Thu, 24 Jan 2013 10:29:48 -0500 Subject: [PATCH] add github contribute link to footer of all qunitjs.com pages --- themes/jquery/footer-qunit.php | 2 ++ themes/qunitjs.com/style.css | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/themes/jquery/footer-qunit.php b/themes/jquery/footer-qunit.php index fa68c674..fcac1613 100644 --- a/themes/jquery/footer-qunit.php +++ b/themes/jquery/footer-qunit.php @@ -5,6 +5,8 @@
+

Suggestions, Problems, Feedback?

+ Open an Issue or Submit a Pull Request on GitHub

Quick Access

CDN CSS diff --git a/themes/qunitjs.com/style.css b/themes/qunitjs.com/style.css index d81cb601..8f808498 100755 --- a/themes/qunitjs.com/style.css +++ b/themes/qunitjs.com/style.css @@ -18,3 +18,15 @@ a { border: 1px solid #ccc; border-radius: 5px; } + +footer .button.dark i{ + color: #FFF; +} + +footer .button.dark { + float: none; + width: 80%; + display: inline-block; + margin-left: 10%; + text-align: center; +}