From 2ea52d42002b8fb2d0122b3ab1703fee4f27fdc0 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Wed, 22 May 2013 15:23:42 -0400 Subject: [PATCH] Don't cut off the empty feed noticed under the tab bar (imported from commit 1cb77a077665f821df1b62a544ee3652a7560b82) --- zephyr/static/styles/zephyr.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 838f5c208a..4e4723d457 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -630,7 +630,7 @@ blockquote p { -moz-box-shadow: 1px 1px 1px #777 inset; -webkit-box-shadow: 1px 1px 1px #777 inset; box-shadow: 1px 1px 1px #777 inset; - background-size: 15px 15px; + background-size: 15px 15px; } .inline_profile_picture { @@ -1225,7 +1225,7 @@ table.floating_recipient { } .empty_feed_notice { - padding: 1em 4em; + padding: 3em 4em; display: none; }