diff options
author | Aleš Smodiš <aless@guru.si> | 2015-10-02 09:43:32 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-10-02 09:43:32 +0200 |
commit | 0a122b997e9b949da8ba99e247a0470db5173f61 (patch) | |
tree | 0fda79dcb0ff5d14a498e6f1723daf5c91b399ed /index.html | |
parent | 96aa5efb5ea5eb282029ca915637ad90348481f5 (diff) |
Bugfix: change in HTML layout caused problem descriptions to disappear.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ <div class="container-fluid quadrants block1" id="screen_prolog" style="display: none;"> <div class="row"> <div class="col-lg-3 col-md-6 col-sm-12 block block1"> - <div class="description"> + <div class="description-container"> <h2 class="title translatable" data-dict="prolog" data-tkey="slug"></h2> <div class="description translatable" data-dict="prolog" data-tkey="description"></div> </div> |