Merge pull request #302 from levivm/master
hidden footbar on mobile devices
This commit is contained in:
commit
7773b841c9
2 changed files with 3 additions and 1 deletions
|
@ -5,3 +5,5 @@
|
|||
* [datacenterlight] Fix initially shown price
|
||||
1.0.2: 2017-05-28
|
||||
* [datacenterlight] Fixed login redirecting to blank page after logout
|
||||
1.0.3: 2017-06-02
|
||||
* [datacenterlight] Hotfix, remove footer on mobile devices
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
<footer class="navbar-fixed-bottom">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="col-lg-12 hidden-xs">
|
||||
<ul class="list-inline">
|
||||
<li>
|
||||
<a href="#">{% trans "Home"%}</a>
|
||||
|
|
Loading…
Reference in a new issue