Sha256: ec4c4979a136f0e9917555216f99ef3b01cfc27a5e0f721cb91fe096ce39e8fe
Contents?: true
Size: 671 Bytes
Versions: 19
Compression:
Stored size: 671 Bytes
Contents
/* Classes used for styling our custom components on the search results page */ /* constraints */ .inclusive_or .operator { margin-right: 1em; } .inclusive_or .appliedFilter { background-color: #F0F0F0; } /* making it match an h3 */ #appliedParams .inclusive_or .operator { font-weight: bold; color: #555555; font-size: 108%; } /* Facet limit */ /* over-ride BL */ #facets .advanced_facet_limit ul { border-bottom: none; padding-bottom: 0; } .facet_limit .inclusive_or h4 { margin-bottom: 0.5em; } .facet_limit .inclusive_or li { margin-left: 1em; } /* optional link to search form */ .search .advanced_search { font-size: 83.33%; }
Version data entries
19 entries across 19 versions & 1 rubygems