diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 0cb5d9b..a1bd864 100644 --- a/www/index.html +++ b/www/index.html @@ -219,11 +219,11 @@ </div> </div> <div class="row" id="show-details"> - <div class="col-md-2"> </div> + <div class="col-md-1"> </div> <div class="col-md-2"> <strong>Tag:</strong> <span id="show-dow"></span> </div> - <div class="col-md-2"> + <div class="col-md-3"> <strong>Rhythmus:</strong> <span id="show-rhythm-w1" class="label label-default">1</span> <span id="show-rhythm-w2" class="label label-default">2</span> <span id="show-rhythm-w3" class="label label-default">3</span> |