You are here

search_api_page.css in Search API Pages 7

.search-performance {
  font-size: 80%;
}

ol.search-results {
  display: block;
  list-style-type: none;
}

li.search-result {
  display: block;
}

File

search_api_page.css
View source
  1. .search-performance {
  2. font-size: 80%;
  3. }
  4. ol.search-results {
  5. display: block;
  6. list-style-type: none;
  7. }
  8. li.search-result {
  9. display: block;
  10. }