diff options
author | msquare <msquare@notrademark.de> | 2017-12-13 17:50:52 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2017-12-13 17:50:52 +0100 |
commit | c70e268a2e25855391a53240a9ca783c3a7a94dd (patch) | |
tree | 8e8386044cf6d0baadaf55882538da603c6628ec /templates | |
parent | a8cf4b9ddf1b9ac68866db97372c14f6ceca1b12 (diff) |
add fullscreen button to dashboard and update translation to german
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index 2ff097a5..12a91086 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -31,7 +31,7 @@ </div> <div class="container-fluid"> <div class="row">%content%</div> - <div class="row"> + <div class="row" id="footer"> <div class="col-md-12"> <hr/> <div class="text-center footer" style="margin-bottom: 10px;"> |