From 7823136a797f199ff77c022873d9a1091e4c2d8d Mon Sep 17 00:00:00 2001 From: Lipis Date: Thu, 19 Sep 2013 20:48:16 +0200 Subject: Removed the unnecessary override and the !important from .wrap In the sticky footer example there were some weird stuff.. --- examples/sticky-footer/sticky-footer.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/sticky-footer/sticky-footer.css b/examples/sticky-footer/sticky-footer.css index 45be6ccbc..db69addbb 100644 --- a/examples/sticky-footer/sticky-footer.css +++ b/examples/sticky-footer/sticky-footer.css @@ -10,8 +10,7 @@ body { /* Wrapper for page content to push down footer */ #wrap { min-height: 100%; - height: auto !important; - height: 100%; + height: auto; /* Negative indent footer by its height */ margin: 0 auto -60px; /* Pad bottom by footer height */ @@ -36,4 +35,4 @@ body { } .container .credit { margin: 20px 0; -} \ No newline at end of file +} -- cgit v1.2.3 From c6eca2c9ca8db3ece7c4492b15c25e0d677fa7a5 Mon Sep 17 00:00:00 2001 From: Lipis Date: Thu, 19 Sep 2013 20:49:16 +0200 Subject: Same fix for the navbar example of sticky footer --- examples/sticky-footer-navbar/sticky-footer-navbar.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/sticky-footer-navbar/sticky-footer-navbar.css b/examples/sticky-footer-navbar/sticky-footer-navbar.css index 6978a9997..4869de0e6 100644 --- a/examples/sticky-footer-navbar/sticky-footer-navbar.css +++ b/examples/sticky-footer-navbar/sticky-footer-navbar.css @@ -10,8 +10,7 @@ body { /* Wrapper for page content to push down footer */ #wrap { min-height: 100%; - height: auto !important; - height: 100%; + height: auto; /* Negative indent footer by its height */ margin: 0 auto -60px; /* Pad bottom by footer height */ @@ -43,4 +42,4 @@ body { code { font-size: 80%; -} \ No newline at end of file +} -- cgit v1.2.3 From e486bb4f39e79dd55b3c68af134a4624b2fa4c08 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Oct 2013 20:30:16 -0700 Subject: Fixes #10433: Navbar z-index refactor * Resets the default navbar z-index to auto at a certain breakpoint * Adds fixed navbar z-index var to fixed bottom navbar (previously only on fixed top navbar) --- examples/theme/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'examples') diff --git a/examples/theme/index.html b/examples/theme/index.html index a0bad8793..bfa8efdcb 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -159,6 +159,18 @@
  • Home
  • About
  • Contact
  • + @@ -179,6 +191,18 @@
  • Home
  • About
  • Contact
  • + -- cgit v1.2.3 From c71f89518f88d05e4a2f202264498ac85242fcbd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Oct 2013 21:11:51 -0700 Subject: Fix up padding on default navbar example --- examples/navbar/navbar.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/navbar/navbar.css b/examples/navbar/navbar.css index f593a6bfc..d2195240b 100644 --- a/examples/navbar/navbar.css +++ b/examples/navbar/navbar.css @@ -1,7 +1,8 @@ body { -padding: 30px; + padding-top: 20px; + padding-bottom: 20px; } .navbar { -margin-bottom: 30px; -} \ No newline at end of file + margin-bottom: 20px; +} -- cgit v1.2.3 From 54cd0f8c2f1aaadefd8447f9ff4cd9bb04fe4e72 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 23 Oct 2013 23:41:17 -0700 Subject: rm dummy 'src' attributes of s & squelch validator warning; fixes #11216 --- examples/carousel/index.html | 18 +++++++++--------- examples/theme/index.html | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'examples') diff --git a/examples/carousel/index.html b/examples/carousel/index.html index a9d5d02bb..7cea9bb4f 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -78,7 +78,7 @@