Using twitter bootstrap for more consistent looks for Hydra

This commit is contained in:
Rob Vermaas
2012-04-12 20:12:07 +02:00
parent ed23a6e6d3
commit 17d30cd179
23 changed files with 312 additions and 563 deletions

View File

@@ -7,7 +7,7 @@
[% IF newsItems.size == 0 %]
<p>No news items</p>
[% ELSE %]
<table>
<table class="table table-striped table-condensed">
<thead><th>Date</th><th>Contents</th><th></th></thead>
<tbody>
[% FOREACH i IN newsItems %]