diff options
| author | Mark Otto <[email protected]> | 2011-08-22 12:50:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-22 12:50:30 -0700 |
| commit | d324a242685b433cdb48279235a7837c816052fe (patch) | |
| tree | 9d00d2603a405724eb102f96df1d54b5ce2c722c /lib/patterns.less | |
| parent | 16064bed2d2338b4d4ec617c10ffdc47d2e42edb (diff) | |
| download | bootstrap-d324a242685b433cdb48279235a7837c816052fe.tar.xz bootstrap-d324a242685b433cdb48279235a7837c816052fe.zip | |
adding first template to the repo for a generic website page
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 50471daa0..fd728e6e7 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -254,6 +254,7 @@ .hero-unit { background-color: #f5f5f5; + margin-top: 60px; margin-bottom: 30px; padding: 60px; .border-radius(6px); @@ -269,7 +270,11 @@ line-height: @baseline * 1.5; } } - +footer { + margin-top: @baseline - 1; + padding-top: @baseline - 1; + border-top: 1px solid #eee; +} // PAGE HEADERS // ------------ |
