From 7558604b94b545e9b172d41975860ccf000fc53a Mon Sep 17 00:00:00 2001 From: Jeremie Panzer Date: Wed, 27 Mar 2013 16:57:33 +0100 Subject: [PATCH] no more animation --- src/main/webapp/css/app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/css/app.css b/src/main/webapp/css/app.css index 6eb43f3c..c327a2a5 100644 --- a/src/main/webapp/css/app.css +++ b/src/main/webapp/css/app.css @@ -22,7 +22,7 @@ .css-treeview .error { color: red; - font-style:italic; + font-style: italic; } .css-treeview label,.css-treeview a,.css-treeview label::before { @@ -61,6 +61,10 @@ margin: 5px 0px 5px 0px; } +#feed-accordion .collapse { + transition: none; +} + #feed-accordion .accordion-group { margin-bottom: 0px; border: none;