From: Andrew Dolgov Date: Fri, 18 May 2007 07:33:30 +0000 (+0100) Subject: compact theme: properly position prefContent X-Git-Tag: 1.2.11~24 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=6d9cca4101661f1319056f6e287c7a38c18debe4 compact theme: properly position prefContent --- diff --git a/themes/compact/theme.css b/themes/compact/theme.css index ed7e9bd6..f9ff384b 100644 --- a/themes/compact/theme.css +++ b/themes/compact/theme.css @@ -37,6 +37,10 @@ div.postReply div.postHeader { border-width : 0px 0px 1px 1px; } +#prefContent { + bottom : 0px; +} + #footer, #prefFooter { display : none; }