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