diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-29 17:50:20 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-29 17:50:20 +0200 |
| commit | d0d3fbc24424f4d369850ff7c5b561eea16435d0 (patch) | |
| tree | 06c905007d620ed0953cb541585f205a4f77e9a7 /ishtar_common/templates/ishtar/blocks/window_tables/documents.html | |
| parent | d30f75d0cecebd960ca1f1b5044f8802e0215613 (diff) | |
| parent | 661218e0acd24fc3bca76229b61d0cb91a54be1c (diff) | |
| download | Ishtar-d0d3fbc24424f4d369850ff7c5b561eea16435d0.tar.bz2 Ishtar-d0d3fbc24424f4d369850ff7c5b561eea16435d0.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/window_tables/documents.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_tables/documents.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/documents.html index f1592cc42..6d5c1f704 100644 --- a/ishtar_common/templates/ishtar/blocks/window_tables/documents.html +++ b/ishtar_common/templates/ishtar/blocks/window_tables/documents.html @@ -1,6 +1,8 @@ {% load i18n %} -<table class='simple'> - <caption>{{caption}}</caption> +<h4>{{caption}}</h4> +<div class='clean-table'> +<div class='clean-table-wrap'> +<table> <tr> <th>{% trans "Title" %}</th> <th>{% trans "Type" %}</th> @@ -18,4 +20,4 @@ </tr> {% endfor %} </table> - +</div></div> |
