From 788c8ebff011cc7e38631e3507a8c7b8f06f3669 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Tue, 27 Aug 2013 20:41:41 +0200 Subject: [PATCH] Tweaky --- assets/css/screen.css | 19 +++++-------------- post.hbs | 8 ++++---- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 888dc8f..615901a 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -329,7 +329,6 @@ table.plain { -moz-border-radius: 100%; border-radius: 100%; overflow: hidden; - background: #303538; } /* Create dark overlay state for blog icon */ @@ -479,15 +478,6 @@ table.plain { text-decoration: underline; } -.post-footer { - position: relative; - padding: 4rem 100px 0 0; - margin: 6rem 0 0 0; - border-top: #DDE6EB 1px solid; - font-size: 1.6rem; - line-height: 1.5em; -} - .user-meta { position: relative; padding: 0.3rem 40px 0 100px; @@ -538,7 +528,7 @@ table.plain { top: -14px; left: 50%; margin-left: -14px; - border: #DDE6EB 1px solid; + border: #EBF2F6 1px solid; text-align: center; line-height: 2.4rem; border-radius: 50px; @@ -547,7 +537,7 @@ table.plain { } .subscribe:before { - color: #BBC7CC; + color: #D2DEE3; font-size: 10px; position: absolute; top: 9px; @@ -564,7 +554,7 @@ table.plain { position: relative; margin: 6rem 0 0 0; padding: 6rem 0; - border-top: #DDE6EB 1px solid; + border-top: #EBF2F6 1px solid; } .post-footer h4 { @@ -575,6 +565,7 @@ table.plain { .post-footer p { margin: 1rem 0; font-size: 1.4rem; + line-height: 1.6em; } .post-footer .author { @@ -777,7 +768,7 @@ table.plain { .post-footer .author { margin: 0 0 2rem 0; padding: 0 0 1.6rem 0; - border-bottom: #DDE6EB 1px dashed; + border-bottom: #EBF2F6 1px dashed; } .post-footer .share { diff --git a/post.hbs b/post.hbs index 66d804d..7532a71 100644 --- a/post.hbs +++ b/post.hbs @@ -18,8 +18,6 @@ - {{/post}} - + {{/post}} + \ No newline at end of file