Skip to content

Commit

Permalink
bootstrap class on table (important for django-suit)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzadelic committed Oct 20, 2013
1 parent 2257f7d commit f02e06e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% endif %}
{% if results %}
<div class="results">
<table cellspacing="0" id="result_list">
<table cellspacing="0" class="table table-striped table-bordered table-hover table-condensed" id="result_list">
<thead>
<tr>
{% for header in result_headers %}<th scope="col" {{ header.class_attrib }}>
Expand Down

0 comments on commit f02e06e

Please sign in to comment.