From 3d97454c09acf9636ff315f4ea601aa1fb340f1c Mon Sep 17 00:00:00 2001 From: Topsitemakers Date: Mon, 9 Sep 2013 12:36:56 +0200 Subject: adding required attribute for example signin form --- examples/signin/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/signin/index.html b/examples/signin/index.html index 5c0a4543a..2b02bdb0c 100644 --- a/examples/signin/index.html +++ b/examples/signin/index.html @@ -28,8 +28,8 @@
- - + + -- cgit v1.2.3 From c8c3bf00b6f7e8f765ae9c51eb0d8b4498c34d02 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 9 Sep 2013 13:56:10 -0700 Subject: fixes #9985: update grid classes in grid example --- examples/grid/index.html | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'examples') diff --git a/examples/grid/index.html b/examples/grid/index.html index 7fc46c684..779eacfe5 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -87,8 +87,8 @@
.col-xs-6 .col-md-4
-
.col-xs-6 .col-md-6
-
.col-xs-6 .col-md-6
+
.col-xs-6
+
.col-xs-6

@@ -96,17 +96,13 @@

Mixed: mobile, tablet, and desktop

-
.col-xs-12 .col-lg-8
-
.col-xs-6 .col-lg-4
+
.col-xs-12 .col-sm-6 .col-lg-8
+
.col-xs-6 .col-lg-4
-
.col-xs-6 .col-sm-4 .col-lg-4
-
.col-xs-6 .col-sm-4 .col-lg-4
-
.col-xs-6 .col-sm-4 .col-lg-4
-
-
-
.col-xs-6 .col-sm-6 .col-lg-6
-
.col-xs-6 .col-sm-6 .col-lg-6
+
.col-xs-6 .col-sm-4
+
.col-xs-6 .col-sm-4
+
.col-xs-6 .col-sm-4

-- cgit v1.2.3 From a2a5be11a37b2095418c99139e2d648d770a5110 Mon Sep 17 00:00:00 2001 From: Lipis Date: Wed, 11 Sep 2013 01:34:56 +0200 Subject: Updated the old btn-large in carousel example --- examples/carousel/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/carousel/index.html b/examples/carousel/index.html index e92c27f7c..f716a6309 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -79,7 +79,7 @@ @@ -89,7 +89,7 @@ @@ -99,7 +99,7 @@ -- cgit v1.2.3 From 8aa5181126d9480eef502403aa98e469a3597826 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 23 Sep 2013 13:00:43 -0700 Subject: move /assets/ to /docs-assets/ ; fixes #10715 --- examples/carousel/index.html | 10 +++++----- examples/grid/index.html | 6 +++--- examples/jumbotron-narrow/index.html | 6 +++--- examples/jumbotron/index.html | 8 ++++---- examples/justified-nav/index.html | 6 +++--- examples/navbar-fixed-top/index.html | 8 ++++---- examples/navbar-static-top/index.html | 8 ++++---- examples/navbar/index.html | 8 ++++---- examples/non-responsive/index.html | 8 ++++---- examples/offcanvas/index.html | 8 ++++---- examples/signin/index.html | 6 +++--- examples/starter-template/index.html | 8 ++++---- examples/sticky-footer-navbar/index.html | 8 ++++---- examples/sticky-footer/index.html | 6 +++--- examples/theme/index.html | 10 +++++----- 15 files changed, 57 insertions(+), 57 deletions(-) (limited to 'examples') diff --git a/examples/carousel/index.html b/examples/carousel/index.html index f716a6309..8d1169247 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -5,7 +5,7 @@ - + Carousel Template for Bootstrap @@ -14,8 +14,8 @@ @@ -194,8 +194,8 @@ - + - + diff --git a/examples/grid/index.html b/examples/grid/index.html index 779eacfe5..2282d8066 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -5,7 +5,7 @@ - + Grid Template for Bootstrap @@ -17,8 +17,8 @@ diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html index 270cbdf70..0b45b9e23 100644 --- a/examples/jumbotron-narrow/index.html +++ b/examples/jumbotron-narrow/index.html @@ -5,7 +5,7 @@ - + Narrow Jumbotron Template for Bootstrap @@ -17,8 +17,8 @@ diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index 1032a7e42..4cf2f9293 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -5,7 +5,7 @@ - + Jumbotron Template for Bootstrap @@ -17,8 +17,8 @@ @@ -88,7 +88,7 @@ - + diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html index d49718c9e..f2fd078c9 100644 --- a/examples/justified-nav/index.html +++ b/examples/justified-nav/index.html @@ -5,7 +5,7 @@ - + Justified Nav Template for Bootstrap @@ -17,8 +17,8 @@ diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index 1b1c708aa..258a0baf7 100644 --- a/examples/navbar-fixed-top/index.html +++ b/examples/navbar-fixed-top/index.html @@ -5,7 +5,7 @@ - + Fixed Top Navbar Example for Bootstrap @@ -17,8 +17,8 @@ @@ -80,7 +80,7 @@ - + diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html index 6b5e4d35b..c921a0d75 100644 --- a/examples/navbar-static-top/index.html +++ b/examples/navbar-static-top/index.html @@ -5,7 +5,7 @@ - + Static Top Navbar Example for Bootstrap @@ -17,8 +17,8 @@ @@ -81,7 +81,7 @@ - + diff --git a/examples/navbar/index.html b/examples/navbar/index.html index 834019445..b602cefd7 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -5,7 +5,7 @@ - + Navbar Template for Bootstrap @@ -17,8 +17,8 @@ @@ -77,7 +77,7 @@ - + diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index a5fd883bd..ce8ac517a 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -7,7 +7,7 @@ - + Non-responsive Template for Bootstrap @@ -19,8 +19,8 @@ @@ -90,7 +90,7 @@ - + diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index 04f01c7f1..e967e6933 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -5,7 +5,7 @@ - + Off Canvas Template for Bootstrap @@ -17,8 +17,8 @@ @@ -118,7 +118,7 @@ - + diff --git a/examples/signin/index.html b/examples/signin/index.html index 5c0a4543a..de9fd5e3c 100644 --- a/examples/signin/index.html +++ b/examples/signin/index.html @@ -5,7 +5,7 @@ - + Signin Template for Bootstrap @@ -17,8 +17,8 @@ diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html index fc22db662..244fe65f5 100644 --- a/examples/starter-template/index.html +++ b/examples/starter-template/index.html @@ -5,7 +5,7 @@ - + Starter Template for Bootstrap @@ -17,8 +17,8 @@ @@ -57,7 +57,7 @@ - + diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html index 551212a80..ea1b1f5a1 100644 --- a/examples/sticky-footer-navbar/index.html +++ b/examples/sticky-footer-navbar/index.html @@ -5,7 +5,7 @@ - + Sticky Footer Navbar Template for Bootstrap @@ -17,8 +17,8 @@ @@ -80,7 +80,7 @@ - + diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html index aaafbc20d..325daa24c 100644 --- a/examples/sticky-footer/index.html +++ b/examples/sticky-footer/index.html @@ -5,7 +5,7 @@ - + Sticky Footer Template for Bootstrap @@ -17,8 +17,8 @@ diff --git a/examples/theme/index.html b/examples/theme/index.html index a0f3128bf..dbc4fdadd 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -5,7 +5,7 @@ - + Theme Template for Bootstrap @@ -19,8 +19,8 @@ @@ -346,8 +346,8 @@ - + - + -- cgit v1.2.3 From 33e0877d21e701430f7bc185ab4e2c8b2e60f9c5 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Tue, 24 Sep 2013 18:43:16 +0200 Subject: Disable IE Compatibility Mode in docs, examples ...because we don't support it and it may cause problems for people trying to view the docs in IE. --- examples/carousel/index.html | 1 + examples/grid/index.html | 1 + examples/jumbotron-narrow/index.html | 1 + examples/jumbotron/index.html | 1 + examples/justified-nav/index.html | 1 + examples/navbar-fixed-top/index.html | 1 + examples/navbar-static-top/index.html | 1 + examples/navbar/index.html | 1 + examples/non-responsive/index.html | 1 + examples/offcanvas/index.html | 1 + examples/signin/index.html | 1 + examples/starter-template/index.html | 1 + examples/sticky-footer-navbar/index.html | 1 + examples/sticky-footer/index.html | 1 + examples/theme/index.html | 1 + 15 files changed, 15 insertions(+) (limited to 'examples') diff --git a/examples/carousel/index.html b/examples/carousel/index.html index 8d1169247..a57cab745 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/grid/index.html b/examples/grid/index.html index 2282d8066..0e90504f8 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html index 0b45b9e23..02998bb1f 100644 --- a/examples/jumbotron-narrow/index.html +++ b/examples/jumbotron-narrow/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index 4cf2f9293..d96ecab95 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html index f2fd078c9..e8d08dd86 100644 --- a/examples/justified-nav/index.html +++ b/examples/justified-nav/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index 258a0baf7..65e9ec585 100644 --- a/examples/navbar-fixed-top/index.html +++ b/examples/navbar-fixed-top/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html index c921a0d75..457885006 100644 --- a/examples/navbar-static-top/index.html +++ b/examples/navbar-static-top/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/navbar/index.html b/examples/navbar/index.html index b602cefd7..ce5c90c3f 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index ce8ac517a..2aa5c4f57 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index e967e6933..c8e6a793a 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/signin/index.html b/examples/signin/index.html index de9fd5e3c..45cb8db57 100644 --- a/examples/signin/index.html +++ b/examples/signin/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html index 244fe65f5..1efa511bb 100644 --- a/examples/starter-template/index.html +++ b/examples/starter-template/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html index ea1b1f5a1..591e4a8bb 100644 --- a/examples/sticky-footer-navbar/index.html +++ b/examples/sticky-footer-navbar/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html index 325daa24c..1243c1cbc 100644 --- a/examples/sticky-footer/index.html +++ b/examples/sticky-footer/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/theme/index.html b/examples/theme/index.html index dbc4fdadd..0ca5a2fc4 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -2,6 +2,7 @@ + -- cgit v1.2.3 From d72768a16abe811d987f2a38f980329260686114 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 9 Oct 2013 15:09:50 -0700 Subject: use CDN for html5shiv instead of vendoring it; fixes part of #10989 --- examples/carousel/index.html | 2 +- examples/grid/index.html | 2 +- examples/jumbotron-narrow/index.html | 2 +- examples/jumbotron/index.html | 2 +- examples/justified-nav/index.html | 2 +- examples/navbar-fixed-top/index.html | 2 +- examples/navbar-static-top/index.html | 2 +- examples/navbar/index.html | 2 +- examples/non-responsive/index.html | 2 +- examples/offcanvas/index.html | 2 +- examples/signin/index.html | 2 +- examples/starter-template/index.html | 2 +- examples/sticky-footer-navbar/index.html | 2 +- examples/sticky-footer/index.html | 2 +- examples/theme/index.html | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'examples') diff --git a/examples/carousel/index.html b/examples/carousel/index.html index a57cab745..0815b2d4c 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -15,7 +15,7 @@ diff --git a/examples/grid/index.html b/examples/grid/index.html index 0e90504f8..c63f70b63 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -18,7 +18,7 @@ diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html index 02998bb1f..31872bf6f 100644 --- a/examples/jumbotron-narrow/index.html +++ b/examples/jumbotron-narrow/index.html @@ -18,7 +18,7 @@ diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index d96ecab95..88cffadc5 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -18,7 +18,7 @@ diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html index e8d08dd86..3c02d8fc0 100644 --- a/examples/justified-nav/index.html +++ b/examples/justified-nav/index.html @@ -18,7 +18,7 @@ diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index 65e9ec585..49bedd6c8 100644 --- a/examples/navbar-fixed-top/index.html +++ b/examples/navbar-fixed-top/index.html @@ -18,7 +18,7 @@ diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html index 457885006..0ac010576 100644 --- a/examples/navbar-static-top/index.html +++ b/examples/navbar-static-top/index.html @@ -18,7 +18,7 @@ diff --git a/examples/navbar/index.html b/examples/navbar/index.html index ce5c90c3f..94a25a748 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -18,7 +18,7 @@ diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index 2aa5c4f57..d0a460aca 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -20,7 +20,7 @@ diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index c8e6a793a..14d05e04c 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -18,7 +18,7 @@ diff --git a/examples/signin/index.html b/examples/signin/index.html index 45cb8db57..fb36aaf9b 100644 --- a/examples/signin/index.html +++ b/examples/signin/index.html @@ -18,7 +18,7 @@ diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html index 1efa511bb..090d48e6b 100644 --- a/examples/starter-template/index.html +++ b/examples/starter-template/index.html @@ -18,7 +18,7 @@ diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html index 591e4a8bb..05388c365 100644 --- a/examples/sticky-footer-navbar/index.html +++ b/examples/sticky-footer-navbar/index.html @@ -18,7 +18,7 @@ diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html index 1243c1cbc..8e14adee2 100644 --- a/examples/sticky-footer/index.html +++ b/examples/sticky-footer/index.html @@ -18,7 +18,7 @@ diff --git a/examples/theme/index.html b/examples/theme/index.html index 0ca5a2fc4..a50b707e0 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -20,7 +20,7 @@ -- cgit v1.2.3 From 5e652332d1d5b5c3c5e86da0938d571795ce6161 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 9 Oct 2013 15:21:03 -0700 Subject: use CDN for jQuery instead of vendoring it; fixes part of #10989 --- examples/carousel/index.html | 2 +- examples/jumbotron/index.html | 2 +- examples/navbar-fixed-top/index.html | 2 +- examples/navbar-static-top/index.html | 2 +- examples/navbar/index.html | 2 +- examples/non-responsive/index.html | 2 +- examples/offcanvas/index.html | 2 +- examples/starter-template/index.html | 2 +- examples/sticky-footer-navbar/index.html | 2 +- examples/theme/index.html | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'examples') diff --git a/examples/carousel/index.html b/examples/carousel/index.html index 0815b2d4c..df12d5cef 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -195,7 +195,7 @@ - + diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index 88cffadc5..7a0e7d928 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -89,7 +89,7 @@ - + diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index 49bedd6c8..39d3bdf8e 100644 --- a/examples/navbar-fixed-top/index.html +++ b/examples/navbar-fixed-top/index.html @@ -81,7 +81,7 @@ - + diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html index 0ac010576..caaa72190 100644 --- a/examples/navbar-static-top/index.html +++ b/examples/navbar-static-top/index.html @@ -82,7 +82,7 @@ - + diff --git a/examples/navbar/index.html b/examples/navbar/index.html index 94a25a748..5b6a80237 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -78,7 +78,7 @@ - + diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index d0a460aca..a8828c328 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -91,7 +91,7 @@ - + diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index 14d05e04c..803644859 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -119,7 +119,7 @@ - + diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html index 090d48e6b..64e9e0471 100644 --- a/examples/starter-template/index.html +++ b/examples/starter-template/index.html @@ -58,7 +58,7 @@ - + diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html index 05388c365..385d76054 100644 --- a/examples/sticky-footer-navbar/index.html +++ b/examples/sticky-footer-navbar/index.html @@ -81,7 +81,7 @@ - + diff --git a/examples/theme/index.html b/examples/theme/index.html index a50b707e0..d0a2e425c 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -347,7 +347,7 @@ - + -- cgit v1.2.3 From ef1fc34e616a0efda482ec54247a84d589244d55 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 9 Oct 2013 19:29:25 -0700 Subject: use data-ride="carousel" in the docs & examples; fixes #11005 --- examples/carousel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/carousel/index.html b/examples/carousel/index.html index a57cab745..c9a99cbd6 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -66,7 +66,7 @@ - -- 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