Skip to content

Commit

Permalink
Adds jquery-highlight plugin (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Aug 1, 2012
1 parent 570d854 commit 25417b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openspending/ui/public/static/style/style.css
Expand Up @@ -375,6 +375,10 @@ table th.num {
margin-bottom: 0em;
}

.highlight {
font-weight: bold;
}

/* Entry page */
.entry-page .entities,
.entry-page .amount {
Expand Down
1 change: 1 addition & 0 deletions openspending/ui/templates/dataset/search.html
Expand Up @@ -29,5 +29,6 @@ <h3><a href="{{html_url}}">{{dataset.label}} - {{amount}} on {{time.label}}</a><
{{/values}}
</p>
</script>
${script_tag('lib/vendor/jquery.highlight-3.min')}
${script_tag('lib/search')}
</html>

0 comments on commit 25417b6

Please sign in to comment.