From 0d5288b56645549ca4d7e76fa7e587b9af832d3c Mon Sep 17 00:00:00 2001 From: Timotej Lazar <timotej.lazar@fri.uni-lj.si> Date: Thu, 25 Feb 2016 13:05:50 +0100 Subject: Fix about page back button --- index.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'index.html') 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 --> -- cgit v1.2.1