From 2480ea190f1886c699632bea9cd6612145441954 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 17 Sep 2013 07:54:48 +0200 Subject: [PATCH] Closes #1225: fix CSS for viewcode blocks in haiku theme. --- sphinx/themes/haiku/static/haiku.css_t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/themes/haiku/static/haiku.css_t b/sphinx/themes/haiku/static/haiku.css_t index 87b116aebc..4108125bd5 100644 --- a/sphinx/themes/haiku/static/haiku.css_t +++ b/sphinx/themes/haiku/static/haiku.css_t @@ -366,6 +366,6 @@ div.viewcode-block:target { background-color: #f4debf; border-top: 1px solid #ac9; border-bottom: 1px solid #ac9; - margin: -1px -12px; + margin: -1px -10px; padding: 0 12px; }