improved footer
This commit is contained in:
@ -47,6 +47,7 @@ a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul,
|
||||||
p {
|
p {
|
||||||
font-family: 'Raleway', sans-serif;
|
font-family: 'Raleway', sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -97,7 +98,7 @@ p {
|
|||||||
@input-border: #f0f0f0;
|
@input-border: #f0f0f0;
|
||||||
@input-color: #444;
|
@input-color: #444;
|
||||||
@input-color-placeholder: #999;
|
@input-color-placeholder: #999;
|
||||||
@input-height-base: 48px;
|
@input-height-base: 44px;
|
||||||
|
|
||||||
// Form states and alerts
|
// Form states and alerts
|
||||||
// -------------------------
|
// -------------------------
|
||||||
@ -135,3 +136,10 @@ p {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Footer
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
footer {
|
||||||
|
background-color: @gray-lighter;
|
||||||
|
}
|
@ -1,15 +1,10 @@
|
|||||||
footer
|
footer
|
||||||
.container.text-center
|
.container.text-center
|
||||||
div © 2014 Company, Inc.
|
p.pull-left © 2014 Company, Inc. All Rights Reserved
|
||||||
div
|
ul.pull-right.list-inline
|
||||||
strong Hackathon Starter
|
li
|
||||||
| Project ·
|
span.ion-social-github
|
||||||
| Created by
|
|
||||||
a(href='http://sahatyalkabov.com') Sahat Yalkabov
|
|
||||||
div
|
|
||||||
| Code licensed under
|
|
||||||
a(href='http://opensource.org/licenses/mit-license.html') MIT License
|
|
||||||
div
|
|
||||||
a(href='https://github.com/sahat/hackathon-starter') GitHub Project
|
a(href='https://github.com/sahat/hackathon-starter') GitHub Project
|
||||||
| ·
|
li
|
||||||
|
span.ion-bug
|
||||||
a(href='https://github.com/sahat/hackathon-starter/issues') Issues
|
a(href='https://github.com/sahat/hackathon-starter/issues') Issues
|
Reference in New Issue
Block a user