diff --git a/public/css/themes/modern.less b/public/css/themes/modern.less index 93465ad5325..966839604da 100644 --- a/public/css/themes/modern.less +++ b/public/css/themes/modern.less @@ -47,6 +47,7 @@ a { } } +ul, p { font-family: 'Raleway', sans-serif; font-size: 14px; @@ -97,7 +98,7 @@ p { @input-border: #f0f0f0; @input-color: #444; @input-color-placeholder: #999; -@input-height-base: 48px; +@input-height-base: 44px; // Form states and alerts // ------------------------- @@ -135,3 +136,10 @@ p { } } } + +// 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 5909b61ec1c..ca80b881b41 100644 --- a/views/partials/footer.jade +++ b/views/partials/footer.jade @@ -1,15 +1,10 @@ footer .container.text-center - div © 2014 Company, Inc. - div - strong Hackathon Starter - | Project · - | 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/issues') Issues \ No newline at end of file + 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 + li + span.ion-bug + a(href='https://github.com/sahat/hackathon-starter/issues') Issues