From 3c032d9cc1fa7d84b4051e886a3d2aba508bc05a Mon Sep 17 00:00:00 2001 From: myleneb Date: Sat, 12 Sep 2015 19:26:35 +0200 Subject: [PATCH] add post-info-time in post RTs --- css/style.css | 2 +- sass/layout/_postboard.sass | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index b3b0039..317dd7a 100644 --- a/css/style.css +++ b/css/style.css @@ -1637,7 +1637,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { line-height: 130%; } .post-rt-reference .post-info-time { - display: none; + font-size: 80%; } .post-rt-reference .post-area { padding-left: 0; diff --git a/sass/layout/_postboard.sass b/sass/layout/_postboard.sass index 79fe499..21ce8ee 100755 --- a/sass/layout/_postboard.sass +++ b/sass/layout/_postboard.sass @@ -365,7 +365,6 @@ font-size: 12px line-height: 130% .post-info-time - display: none - + font-size: 80% .post-area padding-left: 0 \ No newline at end of file