From 2f6a03adbd9cb288b1c930f7bc2a98394ce6f5c1 Mon Sep 17 00:00:00 2001 From: Junliang Huang Date: Fri, 4 Nov 2016 22:22:40 +0800 Subject: [PATCH 1/2] _common.styl: unify #donate a font-family --- themes/vue/source/css/_common.styl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/vue/source/css/_common.styl b/themes/vue/source/css/_common.styl index a58bb5fe06..6e6e784dd4 100644 --- a/themes/vue/source/css/_common.styl +++ b/themes/vue/source/css/_common.styl @@ -198,7 +198,9 @@ a.button width 14px height 14px a - font 700 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif + font-family $body-font + font-size 11px/14px + font-weight 700 color #333333 text-shadow 0 1px 0 #fff &:hover From ee33f6cb0c61c7d7802d75e42e8205a7fcb43e73 Mon Sep 17 00:00:00 2001 From: Chris Fritz Date: Fri, 4 Nov 2016 21:58:03 -0400 Subject: [PATCH 2/2] Improve style of donate button for $body-font --- themes/vue/source/css/_common.styl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/themes/vue/source/css/_common.styl b/themes/vue/source/css/_common.styl index 6e6e784dd4..bc6595301c 100644 --- a/themes/vue/source/css/_common.styl +++ b/themes/vue/source/css/_common.styl @@ -194,13 +194,12 @@ a.button border: 1px solid #d4d4d4 img display: inline-block - vertical-align: middle + vertical-align: bottom width 14px height 14px a - font-family $body-font - font-size 11px/14px - font-weight 700 + font 700 14px/14px $body-font + margin-left: 2px color #333333 text-shadow 0 1px 0 #fff &:hover