summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-10-02 09:43:32 +0200
committerAleš Smodiš <aless@guru.si>2015-10-02 09:43:32 +0200
commit0a122b997e9b949da8ba99e247a0470db5173f61 (patch)
tree0fda79dcb0ff5d14a498e6f1723daf5c91b399ed /index.html
parent96aa5efb5ea5eb282029ca915637ad90348481f5 (diff)
Bugfix: change in HTML layout caused problem descriptions to disappear.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8df08cf..39f4041 100644
--- a/index.html
+++ b/index.html
@@ -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>