summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2015-08-25 14:36:35 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2015-08-25 14:36:35 (GMT)
commit67c988a0dca19dc2d38856ee26d6d5b5936d5fb6 (patch)
treedd015cba868b39f51b11d6f5c84a8ffb37a6d203 /www/index.html
parent9b15e2b2fe804f115c5f65ad510dc0daaaafd672 (diff)
jingles: render groups under each other
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html32
1 files changed, 15 insertions, 17 deletions
diff --git a/www/index.html b/www/index.html
index 093caac..2113854 100644
--- a/www/index.html
+++ b/www/index.html
@@ -148,7 +148,7 @@
<div id="app-jingles" class="container-fluid">
<div class="alertbox"></div>
<div class="row-fluid">
- <div class="span6">
+ <div class="span12">
<div class="row-fluid">
<div class="span12" id="jingles-jingAllgem">
<h2></h2>
@@ -166,22 +166,20 @@
</div>
</div>
</div>
- <div class="span6">
- <div class="row-fluid">
- <div class="span12" id="jingles-jingAnlass">
- <h2></h2>
- <table class="table table-striped">
- <thead>
- <tr>
- <th>Cut #</th>
- <th>Titel</th>
- <th>Aktionen</th>
- </tr>
- </thead>
- <tbody>
- </tbody>
- </table>
- </div>
+ <div class="row-fluid">
+ <div class="span12" id="jingles-jingAnlass">
+ <h2></h2>
+ <table class="table table-striped">
+ <thead>
+ <tr>
+ <th>Cut #</th>
+ <th>Titel</th>
+ <th>Aktionen</th>
+ </tr>
+ </thead>
+ <tbody>
+ </tbody>
+ </table>
</div>
</div>
</div>