diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-09-29 17:18:37 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-09-29 18:17:27 (GMT) |
commit | f84954f1bf6c775f3185c7e360fc9214cd76f402 (patch) | |
tree | 50f4c5b6e0c735625fa1cf26383c5e832a1b9c48 /www | |
parent | f9d51f09ea89fde5e0364fa8b0f8dbba447dff53 (diff) |
fixd line-wrapping introduced by prior checkin
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> |