Sha256: 542f249ed063064c5af7630d7cf20bb1574029f4569ba035ff3b9c68a4b790c8
Contents?: true
Size: 619 Bytes
Versions: 1
Compression:
Stored size: 619 Bytes
Contents
/* some suggested styles for bento search results. You can include this in your asset pipeline with `require bento_search/suggested_styles`, or just use this as documentation for suggestions to implement yourself. */ /* year in bold in citations */ .bento_item_row.published_in .year { font-weight: bold; } /* highlighted element in title is already in a <b> tag, but title is likely to be bold already. italisize it too. */ .bento_item_title b.bento_search_highlight { font-style: italic; } /* center the ajax_wait spinner */ .bento_search_ajax_wait { text-align: center; margin: 2em; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bento_search-0.5.0 | app/assets/stylesheets/bento_search/suggested_styles.css |