Closes #1225: fix CSS for viewcode blocks in haiku theme.

This commit is contained in:
Georg Brandl
2013-09-17 07:54:48 +02:00
parent 7b8f78afac
commit 2480ea190f
+1 -1
View File
@@ -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;
}