summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-25 13:05:50 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-25 13:05:50 +0100
commit0d5288b56645549ca4d7e76fa7e587b9af832d3c (patch)
treee30f4f62570f2c81e0bfe395f1b21dfaae7a2fed
parent5d08e67fe3afb64365766899da4cbce4debfa086 (diff)
Fix about page back button
-rw-r--r--index.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/index.html b/index.html
index 040dd6b..6234e3f 100644
--- a/index.html
+++ b/index.html
@@ -280,12 +280,10 @@
<div class="container" id="screen_about" style="display: none;">
<div class="row">
<div class="col-md-12">
- <h2>
- <span data-tkey="about">About</span>
- <div class="btn-group pull-right">
- <button type="button" class="btn btn-default" id="btnAboutGoBack" data-tkey="go_back">Go back</button>
- </div>
- </h2>
+ <h2 data-tkey="about">About</h2>
+ <div class="btn-group">
+ <button type="button" class="btn btn-default" id="btnAboutGoBack" data-tkey="go_back">Go back</button>
+ </div>
<hr>
<div data-tkey="about_html">
<!-- loads html from about_html translations -->