Changeset 758865
- Timestamp:
- 08/19/2013 11:22:34 PM (12 years ago)
- Location:
- searchrelevance
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
searchrelevance/tags/1.0.0/readme.txt
r758863 r758865 17 17 Also adds a relevance to the title of search results, which you can style via css. 18 18 Try 19 span.ssrch_relevance { float:right; }19 `span.ssrch_relevance { float:right; }` 20 20 or 21 span.ssrch_relevance { display: none; }21 `span.ssrch_relevance { display: none; }` 22 22 to hide it. 23 23 … … 33 33 34 34 Q: Whres the settings? 35 35 36 A: There arn't any! Just activate the plugin and searches will start being returned in an order more relavent to the search query. 36 37 -
searchrelevance/trunk/readme.txt
r758863 r758865 17 17 Also adds a relevance to the title of search results, which you can style via css. 18 18 Try 19 span.ssrch_relevance { float:right; }19 `span.ssrch_relevance { float:right; }` 20 20 or 21 span.ssrch_relevance { display: none; }21 `span.ssrch_relevance { display: none; }` 22 22 to hide it. 23 23 … … 33 33 34 34 Q: Whres the settings? 35 35 36 A: There arn't any! Just activate the plugin and searches will start being returned in an order more relavent to the search query. 36 37
Note: See TracChangeset
for help on using the changeset viewer.