From 512a9ca1f32265d67ec7c1eb46ee722fcd496d10 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 14 May 2015 16:11:09 -0300 Subject: [PATCH] Improve updated-at style --- index.html | 14 ++++++++------ sass/_proposal_detail.scss | 5 +++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 8abb81a..b307cf2 100644 --- a/index.html +++ b/index.html @@ -293,8 +293,14 @@ diff --git a/sass/_proposal_detail.scss b/sass/_proposal_detail.scss index 2f858a0..6439270 100644 --- a/sass/_proposal_detail.scss +++ b/sass/_proposal_detail.scss @@ -125,7 +125,7 @@ text-transform: uppercase; color: gray; border: none; - margin: 10px; + margin: 10px 0 0 10px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; @@ -136,9 +136,10 @@ float: right; } .updated-at { - font-size: 12px; + font-size: 14px; color: gray; float: right; + margin-right: 8px; } .total { padding: 10px; -- libgit2 0.21.2