aboutsummaryrefslogtreecommitdiff
path: root/html/haddock.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/haddock.css')
-rw-r--r--html/haddock.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/html/haddock.css b/html/haddock.css
index 14085bbe..26695270 100644
--- a/html/haddock.css
+++ b/html/haddock.css
@@ -141,6 +141,13 @@ TD.pkg {
padding-left: 10px
}
+TABLE.indexsearch TR.indexrow {
+ display: none;
+}
+TABLE.indexsearch TR.indexshow {
+ display: table-row;
+}
+
TD.indexentry {
vertical-align: top;
padding-right: 10px