From 9a338b659e1866abc2c147f5664e4c5040f83bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Mu=CC=88ller?= Date: Wed, 21 Sep 2016 16:11:12 +0200 Subject: [PATCH] Some more cleanup --- public/_includes/_footer.jade | 2 +- public/resources/css/module/_footer.scss | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/_includes/_footer.jade b/public/_includes/_footer.jade index efd8cde21a..1cb22a54d2 100644 --- a/public/_includes/_footer.jade +++ b/public/_includes/_footer.jade @@ -52,6 +52,6 @@ else li 中文版 footer(class="background-midnight") - small.text-caption Powered by Google ©2010-2016. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0. + small.text-caption Powered by Google ©2010-2016. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0. a(aria-label="View Style Guide" href=styleguide title="Style Guide" class="styleguide-trigger") span.icon-favorite diff --git a/public/resources/css/module/_footer.scss b/public/resources/css/module/_footer.scss index 5734ee69f3..5127bedcf2 100644 --- a/public/resources/css/module/_footer.scss +++ b/public/resources/css/module/_footer.scss @@ -78,20 +78,20 @@ footer { text-align: center; - padding: $unit * 2; - position: relative; + padding: ($unit * 2) ($unit * 6); + + a { + color: $snow; + } .styleguide-trigger { - color: $snow; text-decoration: none; - margin-right: $unit * 2; opacity: .24; float: right; @include respond-to('mobile') { display: block; margin-top: $unit; - margin-right: 0; font-size: 18px; float: none; }