From cca3ff47f0c88a6bf77def34a7d6fce11a359063 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 25 Apr 2013 12:55:19 +0200 Subject: add s and i for starring item, u for keeping it unread, fix #52 --- css/items.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/items.css b/css/items.css index 3d10e2b66..098cdfa4a 100644 --- a/css/items.css +++ b/css/items.css @@ -50,7 +50,7 @@ */ .feed_item { border-top: 1px solid #ccc; - min-height: 100px; + min-height: 120px; background-image: linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px); background-image: -o-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px); background-image: -moz-linear-gradient(top, rgb(248,248,248) 0, rgb(255,255,255) 84px); -- cgit v1.2.3