summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 14:32:59 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 14:32:59 +0200
commit793bd2177367c32d205c19950be33a8afc3c76e1 (patch)
tree7a36495ecb43e998e95dd21ec60ce943338ad80c /css
parentea9ebd4826fe9807af5bc17e786b3dc58f163970 (diff)
port to ES5, fix unread count going into minus
Diffstat (limited to 'css')
-rw-r--r--css/content.css11
1 files changed, 3 insertions, 8 deletions
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;
}
/**