From 8d435cbb3c88760297a31f32a71c63c3b340ecda Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 22 Jul 2014 08:25:41 +0300 Subject: Run `grunt`. --- docs/examples/carousel/carousel.css | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/examples/carousel') diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css index bd7567af3..a5143f5e0 100644 --- a/docs/examples/carousel/carousel.css +++ b/docs/examples/carousel/carousel.css @@ -100,7 +100,6 @@ body { -------------------------------------------------- */ @media (min-width: 768px) { - /* Navbar positioning foo */ .navbar-wrapper { margin-top: 20px; -- cgit v1.2.3 From 9742bb2ee46f7a41fd162ec6fedb995e0c70c2f1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 27 Jul 2014 17:01:34 -0700 Subject: Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to footer of pages --- docs/examples/carousel/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/examples/carousel') diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 42998f1e4..157ec42ff 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -17,9 +17,6 @@ - - - + -- cgit v1.2.3