From f7030b538f30a3f96e05009b8c64a65d197f3dd2 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Thu, 25 Aug 2016 11:26:09 +0200 Subject: [PATCH] neo-quitter display fixes for attachment since layout change --- theme/neo-quitter/css/display.css | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index 0500395514..a5dff1853b 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -1193,35 +1193,6 @@ body#outbox #core ul.messages .notice:before { /* notices etc */ -.notice .h-entry { - overflow:visible; -} - -.notice.h-entry .attachments { - clear: both; - margin-top: -16px; - position: relative; - top: 0; - z-index: 1; -} - -.notice .attachments .inline-attachment { - color: transparent; - font-size: 0; - line-height: 0; - list-style: none outside none; - margin-bottom: 0; -} - -.notice .attachments .inline-attachment img { - color: transparent; - font-size: 0; - line-height: 0; - list-style: none outside none; - margin-bottom: 0; - padding-top:20px; -} - #page_notice { clear: both; margin-bottom: 18px;