diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-25 13:05:50 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-25 13:05:50 +0100 |
commit | 0d5288b56645549ca4d7e76fa7e587b9af832d3c (patch) | |
tree | e30f4f62570f2c81e0bfe395f1b21dfaae7a2fed /index.html | |
parent | 5d08e67fe3afb64365766899da4cbce4debfa086 (diff) |
Fix about page back button
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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 --> |