!Added Screenshots to README.md

Edited the progress bars to align text center.
Edited Searchfield style.
This commit is contained in:
Brinken
2012-03-15 16:53:44 +01:00
parent 2c5ac9586c
commit 876f4eb864
8 changed files with 54 additions and 34 deletions
+3 -3
View File
@@ -34,9 +34,9 @@
<div class="searchscore" title="The match result is: ${result['score']}%">
<div class="progress-container">
<div style="width: ${result['score']}%">
</div>
<div class="progress-container" title="Match result is ${result['score']}%">
<span class="searchmatch">${result['score']}%</span>
<div style="width: ${result['score']}%"></div>
</div>
</div>
</td>