From 8ddcd0562ad92e98ff67d490295f4f30bb26edcb Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Wed, 14 Mar 2018 03:50:16 +0530 Subject: [PATCH] Enable synopsis back --- static/haddock/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/haddock/style.css b/static/haddock/style.css index a17c848..3577fba 100644 --- a/static/haddock/style.css +++ b/static/haddock/style.css @@ -311,9 +311,10 @@ div#style-menu-holder { display: none; } -#synopsis { - display: none; -} +/* Fixes: https://github.com/fpco/stackage-server/issues/222 */ +/* #synopsis { */ +/* display: none; */ +/* } */ .no-frame #synopsis { display: block;