Updated footer
This commit is contained in:
@ -20,14 +20,17 @@ body {
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
/* Negative indent footer by its height */
|
||||
margin: 0 auto -110px;
|
||||
margin: 0 auto -100px;
|
||||
/* Pad bottom by footer height + (optional) extra spacing */
|
||||
padding: 0 0 140px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
height: 110px;
|
||||
padding-top: 15px;
|
||||
font-size: 12px;
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
height: 100px;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
// Navbar
|
||||
|
@ -1,3 +1,5 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,300,700,800);
|
||||
|
||||
// Brand Colors
|
||||
// -------------------------
|
||||
|
||||
@ -79,11 +81,3 @@
|
||||
.navbar-default .navbar-nav > li a {
|
||||
transition: color 0.3s;
|
||||
}
|
||||
|
||||
// Footer
|
||||
// -------------------------
|
||||
|
||||
#footer {
|
||||
background-color: @navbar-default-bg;
|
||||
border-top: 1px solid @navbar-default-border;
|
||||
}
|
@ -2,12 +2,6 @@
|
||||
// Variables
|
||||
// --------------------------------------------------
|
||||
|
||||
#footer {
|
||||
color: #fff;
|
||||
background-color: @navbar-default-bg;
|
||||
border-top: 1px solid @navbar-default-border;
|
||||
}
|
||||
|
||||
//== Colors
|
||||
//
|
||||
//## Gray and brand colors for use across Bootstrap.
|
||||
|
@ -15,4 +15,5 @@ html
|
||||
.container
|
||||
include partials/flash
|
||||
block content
|
||||
include partials/footer
|
||||
.container
|
||||
include partials/footer
|
||||
|
@ -1,17 +1,13 @@
|
||||
#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
|
||||
ul.list-inline.pull-left
|
||||
li © 2014 Company, Inc.
|
||||
li
|
||||
a(href='#') Terms of Use
|
||||
li
|
||||
a(href='#') Privacy Policy
|
||||
li
|
||||
a(href='https://github.com/sahat/hackathon-starter') GitHub Project
|
||||
| ·
|
||||
a(href='https://github.com/sahat/hackathon-starter/issues') Issues
|
||||
li
|
||||
a(href='https://github.com/sahat/hackathon-starter/issues') Issues
|
||||
ul.list-inline.pull-right
|
||||
|
||||
|
Reference in New Issue
Block a user