From 70485132efc4734ddc8773ce8ceab6342f7c1da4 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 18 Dec 2014 22:07:37 +0100 Subject: [PATCH] A few more improvements to new build header --- assets/styles/main/summary.sass | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/assets/styles/main/summary.sass b/assets/styles/main/summary.sass index 64fe8522..6838c40f 100644 --- a/assets/styles/main/summary.sass +++ b/assets/styles/main/summary.sass @@ -23,9 +23,9 @@ #new-summary @include clearfix @include border-radius(4px) - padding: 0 11px 2.5em 51px + padding: 0 11px 0 51px position: relative - min-height: 143px + min-height: 155px background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mN4/+HDfwAJcAPPMJixRQAAAABJRU5ErkJggg=='), #fafafa background-size: 41px 100% @@ -61,7 +61,7 @@ .subject font-size: 15px color: #6c878e - margin-top: 11px + margin-top: 12px overflow: hidden margin-right: 2px line-height: 20px @@ -73,9 +73,10 @@ display: block font-size: 12px font-family: Monaco, 'Liberation Mono', Courier, monospace - margin-bottom: 0px - margin-top: 10px + margin-bottom: 3.5em + margin-top: 17px overflow: hidden + word-break: break-word a text-decoration: underline