From 26a8982bfc9a0a9b3f0576a851b5e9407f6dba2f Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Wed, 2 Jul 2014 00:33:29 -0400 Subject: [PATCH] updated footer removed ::selection style --- public/css/styles.less | 10 ++++++++-- public/css/themes/modern.less | 19 ++++++++++--------- views/partials/footer.jade | 10 ++++++---- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/public/css/styles.less b/public/css/styles.less index 62b418fd7a..febc9ca58b 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -14,14 +14,20 @@ html { body { padding-top: 60px; - margin-bottom: 120px; + margin-bottom: 75px; //footer height + 30px } footer { position: absolute; bottom: 0; width: 100%; - height: 90px; + height: 45px; + line-height: 45px; + + p, + ul { + margin-bottom: 0; + } } // Navbar diff --git a/public/css/themes/modern.less b/public/css/themes/modern.less index 966839604d..839f5d8a83 100644 --- a/public/css/themes/modern.less +++ b/public/css/themes/modern.less @@ -16,8 +16,16 @@ @brand-danger: #d80017; @brand-info: #5bc0dd; -::selection { - background: @brand-primary; +// Footer +// ------------------------- + +footer { + background-color: @gray-darker; + color: #fff; + + a:hover { + color: #fff; + } } // Typography @@ -135,11 +143,4 @@ p { transition: color .4s cubic-bezier(.24,.45,.46,.92); } } -} - -// Footer -// ------------------------- - -footer { - background-color: @gray-lighter; } \ No newline at end of file diff --git a/views/partials/footer.jade b/views/partials/footer.jade index ca80b881b4..b071b624fe 100644 --- a/views/partials/footer.jade +++ b/views/partials/footer.jade @@ -3,8 +3,10 @@ footer p.pull-left © 2014 Company, Inc. All Rights Reserved ul.pull-right.list-inline li - span.ion-social-github - a(href='https://github.com/sahat/hackathon-starter') GitHub Project + a(href='https://github.com/sahat/hackathon-starter') + span.ion-fork-repo + | 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') + span.ion-alert + | Issues