diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 8fda8523..03733ad3 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -2,9 +2,9 @@
@@ -17,8 +17,14 @@
diff --git a/docs/css/capistrano.css b/docs/css/capistrano.css index 25164a0e..98588623 100644 --- a/docs/css/capistrano.css +++ b/docs/css/capistrano.css @@ -106,7 +106,7 @@ footer { color: #fff; } -footer a { +footer a, footer a:hover { color: #fff; } @@ -119,12 +119,16 @@ li { margin-left: 2em; } -footer ul.social.icons li { +footer ul.social.icons li.foundicon { float: left; margin-left: 10px; font-size: 5em; } +footer ul.social.icons li.thanks-dnsimple { + clear: left; +} + .github-widget { margin-bottom: 1em; }