From 1e63cd89063ddb07fdc2102e0d077ac65c3e9778 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 11 Jun 2015 01:51:55 +0200 Subject: [PATCH] fixes --- _src/_assets/styl/buttons.styl | 3 +-- _src/_assets/styl/typography.styl | 6 +++--- _src/_assets/styl/variables.styl | 2 +- _src/_layouts/link.html | 6 +++++- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/_src/_assets/styl/buttons.styl b/_src/_assets/styl/buttons.styl index 28d5f21c..bd7e2a75 100644 --- a/_src/_assets/styl/buttons.styl +++ b/_src/_assets/styl/buttons.styl @@ -154,8 +154,7 @@ a.btn-primary .icon width: 15px height: 15px - margin-right: 2px - margin-left: 0 + margin: 1px 0 0 0 fill: #0089cb diff --git a/_src/_assets/styl/typography.styl b/_src/_assets/styl/typography.styl index 88415afb..9765b467 100644 --- a/_src/_assets/styl/typography.styl +++ b/_src/_assets/styl/typography.styl @@ -210,7 +210,7 @@ blockquote > p color: lighten($text-color, 15%) blockquote - padding: 0 $line-height-computed + padding: 0 40px margin: 0 0 $line-height-computed position: relative @@ -224,8 +224,8 @@ blockquote font-family: "Hoefler Text", "Times New Roman", serif color: $text-color-dimmed position: absolute - left: -($line-height-computed/2) - top: -($line-height-computed/1.75) + left: 0 + top: -20px @media $breakpoint3 top: -($line-height-computed/1.35) diff --git a/_src/_assets/styl/variables.styl b/_src/_assets/styl/variables.styl index 337ddec9..4798e9e2 100644 --- a/_src/_assets/styl/variables.styl +++ b/_src/_assets/styl/variables.styl @@ -35,7 +35,7 @@ $brand-grey-light = lighten($brand-grey, 15%) $text-color = $brand-grey-light $text-color-light = lighten($brand-grey-light, 30%) -$text-color-dimmed = lighten($brand-grey-light, 40%) +$text-color-dimmed = lighten($brand-grey-light, 50%) // Typography diff --git a/_src/_layouts/link.html b/_src/_layouts/link.html index 2cc36d30..da8f706b 100644 --- a/_src/_layouts/link.html +++ b/_src/_layouts/link.html @@ -25,7 +25,11 @@ layout: base - + + + + +