aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-31 11:24:31 -0700
committerMark Otto <[email protected]>2013-03-31 11:24:31 -0700
commit4df128264b766cc256d23f2e202994df0a516dcf (patch)
treeb1a03ee17453a32f864a128274c771aa2d70d256
parent85cd847e472cc39f9b41af1312d34341779a480b (diff)
downloadbootstrap-4df128264b766cc256d23f2e202994df0a516dcf.tar.xz
bootstrap-4df128264b766cc256d23f2e202994df0a516dcf.zip
add some container padding for examples
-rw-r--r--sticky-footer-navbar.html2
-rw-r--r--sticky-footer.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/sticky-footer-navbar.html b/sticky-footer-navbar.html
index 9187b7882..96b228212 100644
--- a/sticky-footer-navbar.html
+++ b/sticky-footer-navbar.html
@@ -50,7 +50,7 @@ title: Sticky footer with navbar template
/* Not required for template or sticky footer method. */
#wrap > .container {
- padding-top: 60px;
+ padding: 60px 15px 0;
}
.container .credit {
margin: 20px 0;
diff --git a/sticky-footer.html b/sticky-footer.html
index 6ddd5a1dc..1f27ffabc 100644
--- a/sticky-footer.html
+++ b/sticky-footer.html
@@ -50,6 +50,7 @@ title: Sticky footer template
.container {
width: auto;
max-width: 680px;
+ padding: 0 15px;
}
.container .credit {
margin: 20px 0;