Fix welcome footer
This commit is contained in:
@@ -104,10 +104,11 @@ select.autocomplete {
|
||||
#web2py-logo:hover {
|
||||
color: #FFF;
|
||||
}
|
||||
.footer > .container-fluid {
|
||||
.footer > .row {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
margin: 20px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.background {
|
||||
background: url(../images/background.jpg) no-repeat center center;
|
||||
|
||||
@@ -99,14 +99,16 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{block footer}} <!-- this is default footer -->
|
||||
<footer class="footer">
|
||||
<div class="container-fluid">
|
||||
<div class="copyright pull-left">{{=T('Copyright')}} © {{=request.now.year}}</div>
|
||||
{{block footer}} <!-- this is default footer -->
|
||||
<footer class="footer container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="copyright pull-left">{{=T('Copyright')}} © {{=request.now.year}}</div>
|
||||
<div id="poweredBy" class="pull-right">
|
||||
{{=T('Powered by')}}
|
||||
<a href="http://www.web2py.com/">web2py</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user