leaflet map - path not working
This commit is contained in:
30
static/suit/less/footer.less
Normal file
30
static/suit/less/footer.less
Normal file
@@ -0,0 +1,30 @@
|
||||
.footer {
|
||||
|
||||
color: #666;
|
||||
background-color: @footer-bgcolor;
|
||||
font-size: 11px;
|
||||
line-height: 1.5em;
|
||||
.white-shadow;
|
||||
|
||||
.content {
|
||||
border-top: 5px solid #E1E3E5;
|
||||
|
||||
.tools {
|
||||
float: left;
|
||||
padding: 15px 0 0 20px;
|
||||
}
|
||||
|
||||
.branding {
|
||||
padding: 15px 0 0 0;
|
||||
margin: 0px auto;
|
||||
width: 200px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
padding: 9px 20px 0 0;
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user