From fe39f2400f616e14fbaec67b1d22e80d1583e1f1 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Mon, 25 Jan 2016 14:13:15 -0800 Subject: Removed css clock from sub-posts --- web/sass-files/sass/partials/_post.scss | 4 ---- 1 file changed, 4 deletions(-) (limited to 'web/sass-files/sass/partials/_post.scss') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index be85ef07b..e62d37f38 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -457,10 +457,6 @@ body.ios { .post__time { - &:before { - @include opacity(0.5); - } - } } -- cgit v1.2.3-1-g7c22 From 92816619cc584c7c172c4e4fdde17624cf7f913f Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Mon, 1 Feb 2016 14:30:16 -0800 Subject: Changed clock icon in repeat posts to simple timestamp --- web/sass-files/sass/partials/_post.scss | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'web/sass-files/sass/partials/_post.scss') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index e62d37f38..73c7bd9cb 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -456,7 +456,7 @@ body.ios { &:hover { .post__time { - + @include opacity(0.5); } } @@ -480,27 +480,15 @@ body.ios { } .post__time { - display: inline-block; - font: normal normal normal 14px/1 FontAwesome; - font-size: inherit; + font: normal normal normal FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - font-size: 0; position: absolute; top: -3px; - left: 17px; - width: 30px; - height: 30px; + left: -1.0em; line-height: 37px; - - &:before { - @include opacity(0); - content: "\f017"; - content: "\f017"; - font-size: 19px; - } - + @include opacity(0); } } -- cgit v1.2.3-1-g7c22