From cf47ef12e34cde9410d65ba675f57b1312b466e2 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Wed, 2 Dec 2015 11:49:14 -0300 Subject: [PATCH] vote action can not overlap title line - shorten title line --- _internal_page.sass | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_internal_page.sass b/_internal_page.sass index 5a1acc5..d5860ce 100644 --- a/_internal_page.sass +++ b/_internal_page.sass @@ -29,17 +29,18 @@ margin: auto padding-top: 0px h1 - border-bottom: 1px solid #ddd color: #0083CB font-family: 'Open Sans Bold' font-size: 32px margin-top: 0 - margin-bottom: 7px - padding-bottom: 8px + margin-bottom: 10px + width: 455px .publishing-info + border-top: 1px solid #ddd color: #999 font-family: 'Open Sans' font-size: 12px + padding-top: 10px a color: #999 #article @@ -58,7 +59,7 @@ .vote-actions position: absolute top: auto - bottom: 65px + bottom: 40px .action &.like-action .like-action-counter color: #89ba3f -- libgit2 0.21.2