Switched to old footer like on demo site

This commit is contained in:
Sahat Yalkabov
2014-04-14 00:43:57 -04:00
parent 950ee8425f
commit 517e2e5d19
4 changed files with 30 additions and 18 deletions

View File

@ -26,10 +26,8 @@ body {
}
#footer {
font-size: 12px;
padding-top: 40px;
padding-bottom: 40px;
height: 100px;
height: 110px;
padding-top: 15px;
}
// Navbar

View File

@ -81,3 +81,11 @@
.navbar-default .navbar-nav > li a {
transition: color 0.3s;
}
// Footer
// -------------------------
#footer {
background-color: #f8f8f8;
border-top: 1px solid #e7e7e7;
}

View File

@ -2,6 +2,8 @@
// Variables
// --------------------------------------------------
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
//== Colors
//
//## Gray and brand colors for use across Bootstrap.
@ -988,7 +990,9 @@ input[type="color"],
.box-shadow(none);
}
// Footer =================================================================
#footer {
color: #3A5169;
background-color: #1D2936;
color: #fff;
background-color: @brand-primary;
}

View File

@ -1,13 +1,15 @@
#footer
.container
ul.list-inline.pull-left
li © 2014 Company, Inc.
ul.list-inline.pull-right
li
a(href='#') Terms of Use
li
a(href='#') Privacy Policy
li
.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
li
| · 
a(href='https://github.com/sahat/hackathon-starter/issues') Issues