From 793bd2177367c32d205c19950be33a8afc3c76e1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 11 Sep 2014 14:32:59 +0200 Subject: port to ES5, fix unread count going into minus --- css/content.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'css') diff --git a/css/content.css b/css/content.css index 649d1bce7..ca0e84869 100644 --- a/css/content.css +++ b/css/content.css @@ -141,7 +141,7 @@ background-repeat: no-repeat; } - #app-content .utils .title a { + #app-content .utils .title h1 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; @@ -153,11 +153,7 @@ font-size: 19px; } - #app-content .utils .title a:hover { - text-decoration: underline; - } - - #app-content .read .utils .title a { + #app-content .read .utils .title h1 { font-weight: normal; color: #888; } @@ -170,7 +166,7 @@ */ #app-content .article { min-height: 69px; - padding: 10px 50px 50px 50px; + padding: 0 50px 50px 50px; } #app-content .compact .article { @@ -202,7 +198,6 @@ #app-content .date { color: #aaa; white-space: nowrap; - float: right; } /** -- cgit v1.2.3