summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-10-02 09:55:51 +0200
committerAleš Smodiš <aless@guru.si>2015-10-02 09:55:51 +0200
commit31fd0269ba3583765f5d6517365130a8e27878eb (patch)
tree1da2944f6742270837197c890d2c7cd9b04455db /index.html
parent0a122b997e9b949da8ba99e247a0470db5173f61 (diff)
Fix the layout bug for python and robots, too.
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 39f4041..c21850b 100644
--- a/index.html
+++ b/index.html
@@ -195,9 +195,9 @@
<div class="col-lg-4 col-md-4 col-sm-12 block block-left">
<div class="col-lg-12 col-md-12 col-sm-12 block block1">
<div class="scrollable-content-container">
- <div class="description">
+ <div class="description-container">
<h2 class="title translatable" data-dict="python" data-tkey="slug"></h2>
- <div class="translatable" data-dict="python" data-tkey="description"></div>
+ <div class="description translatable" data-dict="python" data-tkey="description"></div>
</div>
</div>
<div class="block-label">Instructions</div>
@@ -236,9 +236,9 @@
<div class="container-fluid quadrants block1" id="screen_robot" 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="robot" data-tkey="slug"></h2>
- <div class=" translatable" data-dict="robot" data-tkey="description"></div>
+ <div class="description translatable" data-dict="robot" data-tkey="description"></div>
</div>
<div class="block-label">Instructions</div>
</div>