From f720b7211991a4e4a0fa9fe117bf0303f7b47923 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Tue, 13 Dec 2011 11:12:31 -0600 Subject: [PATCH] greader_compact: Hide #team-messages, reduce margines in #overview --- greader_compact.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/greader_compact.css b/greader_compact.css index 6c5c35a..ee0891d 100644 --- a/greader_compact.css +++ b/greader_compact.css @@ -7,6 +7,10 @@ #top-bar { height: 44px !important; } #search { padding: 7px 0 !important; } +#team-messages, #overview .section-header { visibility: hidden !important; height: 0 !important; } +#left-section .overview-section { margin-bottom: 0 !important; } +#sections-header { margin-bottom: 1em !important; } + #overview .title { font-size: 140% !important; } #entries.list .entry .collapsed { border: 2px solid #FFFFFF !important; background: #FFFFFF !important; } -- 2.43.0