forked from mirrors/easyappointments
Corrected grid classes in footer.
This commit is contained in:
parent
32b275b73c
commit
2ca14cee2c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<div id="footer">
|
||||
<div id="footer-content" class="col-xs-12 col-md-6">
|
||||
<div id="footer-content" class="col-xs-12 col-sm-6">
|
||||
Powered by
|
||||
<a href="http://easyappointments.org">Easy!Appointments
|
||||
<?php
|
||||
|
@ -20,7 +20,7 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<div id="footer-user-display-name" class="col-xs-12 col-md-6">
|
||||
<div id="footer-user-display-name" class="col-xs-12 col-sm-6">
|
||||
<?php echo $this->lang->line('hello') . ', ' . $user_display_name; ?>!
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue