hide Index Navigation links in catalog

This commit is contained in:
ccd0 2014-09-16 20:09:49 -07:00
parent 58973e4651
commit 7eb12bcf81

View File

@ -855,6 +855,9 @@ span.hide-announcement {
top: 25px;
right: 10px;
}
:root.catalog-mode #navlinks {
display: none;
}
/* Filter */
.opContainer.filter-highlight {