From 67baaef082331ded6f77406be1153b93aaa4663e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 26 Sep 2016 15:08:19 +0300 Subject: [PATCH] Fix synopsis background color #202 --- static/haddock/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/haddock/style.css b/static/haddock/style.css index 8adf733..3097fe7 100644 --- a/static/haddock/style.css +++ b/static/haddock/style.css @@ -579,10 +579,10 @@ body { font-family: "Open Sans", ubuntu, sans-serif; font-size: 14px } #synopsis > .show > *,#synopsis > .show { - background: inherit; + /*background: inherit;*/ } #synopsis ul, #synopsis ul li.src { - background: inherit; + /*background: inherit;*/ } #package-header {