From 364422509901b8f62348810cd1ca236eaeb6f63c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 10 Aug 2014 01:02:42 +0200 Subject: [PATCH] footer copyright cleanup --- _src/_includes/footer.html | 9 +++++++-- _src/assets/styl/footer.styl | 29 +++++++++++++++++------------ 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/_src/_includes/footer.html b/_src/_includes/footer.html index 81b4d557..d46ed6c6 100644 --- a/_src/_includes/footer.html +++ b/_src/_includes/footer.html @@ -18,8 +18,13 @@ diff --git a/_src/assets/styl/footer.styl b/_src/assets/styl/footer.styl index 255fff4e..b17e2d21 100644 --- a/_src/assets/styl/footer.styl +++ b/_src/assets/styl/footer.styl @@ -12,24 +12,29 @@ .gravatar margin-bottom: ($line-height-computed/2) - .footer-description - @extend .h5 - a - display: block - &, .footer-description color: $text-color-light line-height: $line-height-computed - .footer-copyright - @extend .divider-top - padding-top: $line-height-computed - padding-bottom: $line-height-computed +.footer-description + @extend .h5 + a + display: block - p - margin-bottom: 0 - font-size: $font-size-mini +.footer-copyright + @extend .divider-top + padding-top: $line-height-computed + padding-bottom: $line-height-computed + + p + margin-bottom: 0 + font-size: $font-size-mini + + .icon:before + font-size: inherit + margin-right: .2em + line-height: inherit // Subscribe component .subscribe