From 35e6ab2677e89aaf87405f8c290b25930c8741bd Mon Sep 17 00:00:00 2001 From: Philip Bauer Date: Wed, 16 Sep 2015 14:58:42 +0200 Subject: [PATCH] remove discussion.css --- CHANGES.rst | 4 + plone/app/discussion/browser/configure.zcml | 7 - .../browser/stylesheets/discussion.css | 226 ------------------ .../profiles/default/cssregistry.xml | 7 - 4 files changed, 4 insertions(+), 240 deletions(-) delete mode 100644 plone/app/discussion/browser/stylesheets/discussion.css delete mode 100644 plone/app/discussion/profiles/default/cssregistry.xml diff --git a/CHANGES.rst b/CHANGES.rst index b57a225..02f359d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,9 @@ Changelog 2.4.8 (unreleased) ------------------ +- Remove discussion.css + [pbauer] + - Fix reply button not showing up since it uses a hide class which needs to be removed instead of a display value [ichim-david] @@ -15,6 +18,7 @@ Changelog - Tweak discussions.css styles to better live with plonetheme.barcelonata [ichim-david] + 2.4.6 (2015-09-14) ------------------ diff --git a/plone/app/discussion/browser/configure.zcml b/plone/app/discussion/browser/configure.zcml index 45ca2a0..acb6839 100644 --- a/plone/app/discussion/browser/configure.zcml +++ b/plone/app/discussion/browser/configure.zcml @@ -144,13 +144,6 @@ layer="..interfaces.IDiscussionLayer" /> - - - - - -