updated footer

removed ::selection style
This commit is contained in:
Sahat Yalkabov
2014-07-02 00:33:29 -04:00
parent 7dae3f3f51
commit 26a8982bfc
3 changed files with 24 additions and 15 deletions

View File

@ -14,14 +14,20 @@ html {
body { body {
padding-top: 60px; padding-top: 60px;
margin-bottom: 120px; margin-bottom: 75px; //footer height + 30px
} }
footer { footer {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
height: 90px; height: 45px;
line-height: 45px;
p,
ul {
margin-bottom: 0;
}
} }
// Navbar // Navbar

View File

@ -16,8 +16,16 @@
@brand-danger: #d80017; @brand-danger: #d80017;
@brand-info: #5bc0dd; @brand-info: #5bc0dd;
::selection { // Footer
background: @brand-primary; // -------------------------
footer {
background-color: @gray-darker;
color: #fff;
a:hover {
color: #fff;
}
} }
// Typography // Typography
@ -136,10 +144,3 @@ p {
} }
} }
} }
// Footer
// -------------------------
footer {
background-color: @gray-lighter;
}

View File

@ -3,8 +3,10 @@ footer
p.pull-left © 2014 Company, Inc. All Rights Reserved p.pull-left © 2014 Company, Inc. All Rights Reserved
ul.pull-right.list-inline ul.pull-right.list-inline
li li
span.ion-social-github a(href='https://github.com/sahat/hackathon-starter')
a(href='https://github.com/sahat/hackathon-starter') GitHub Project span.ion-fork-repo
| GitHub Project
li li
span.ion-bug a(href='https://github.com/sahat/hackathon-starter/issues')
a(href='https://github.com/sahat/hackathon-starter/issues') Issues span.ion-alert
| Issues