From 6c765ac8211536e9701e996416b8a5296590d5fd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Aug 2013 15:02:38 -0700 Subject: add nonresponsive template to examples --- examples/non-responsive/index.html | 47 +++++++++++++++++++++++++++++ examples/non-responsive/non-responsive.css | 12 ++++++++ examples/screenshots/non-responsive.jpg | Bin 0 -> 77275 bytes 3 files changed, 59 insertions(+) create mode 100644 examples/non-responsive/index.html create mode 100644 examples/non-responsive/non-responsive.css create mode 100644 examples/screenshots/non-responsive.jpg (limited to 'examples') diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html new file mode 100644 index 000000000..7eb2138d1 --- /dev/null +++ b/examples/non-responsive/index.html @@ -0,0 +1,47 @@ + + + + + + + + + + + + Non-responsive Template for Bootstrap + + + + + + + + + +
+ + + +

What changes

+

Note the lack of the <meta name="viewport" content="width=device-width, initial-scale=1.0">, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are essentially good to go.

+ +

Non-responsive grid system

+
+
One third
+
One third
+
One third
+
+ +
+ + + + + + + diff --git a/examples/non-responsive/non-responsive.css b/examples/non-responsive/non-responsive.css new file mode 100644 index 000000000..19901ca45 --- /dev/null +++ b/examples/non-responsive/non-responsive.css @@ -0,0 +1,12 @@ +.container { + max-width: 970px; +} + +.col-xs-4 { + padding-top: 15px; + padding-bottom: 15px; + background-color: #eee; + border: 1px solid #ddd; + background-color: rgba(86,61,124,.15); + border: 1px solid rgba(86,61,124,.2); +} diff --git a/examples/screenshots/non-responsive.jpg b/examples/screenshots/non-responsive.jpg new file mode 100644 index 000000000..87a679e54 Binary files /dev/null and b/examples/screenshots/non-responsive.jpg differ -- cgit v1.2.3 From 4f97df8aa42d2609efd52ea21f1e84124afbe39d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Aug 2013 15:07:53 -0700 Subject: update non-responsive docs and example to really disable it --- examples/non-responsive/index.html | 2 +- examples/non-responsive/non-responsive.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index 7eb2138d1..35f16cddf 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -27,7 +27,7 @@

What changes

-

Note the lack of the <meta name="viewport" content="width=device-width, initial-scale=1.0">, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are essentially good to go.

+

Note the lack of the <meta name="viewport" content="width=device-width, initial-scale=1.0">, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.

Non-responsive grid system

diff --git a/examples/non-responsive/non-responsive.css b/examples/non-responsive/non-responsive.css index 19901ca45..2864ca1c5 100644 --- a/examples/non-responsive/non-responsive.css +++ b/examples/non-responsive/non-responsive.css @@ -1,5 +1,6 @@ .container { - max-width: 970px; + max-width: none !important; + width: 970px; } .col-xs-4 { -- cgit v1.2.3 From 665559a45051823479362ced72c99d2acc5a5590 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Aug 2013 15:35:15 -0700 Subject: smaller example screenshots, fixes #9748 --- examples/screenshots/carousel.jpg | Bin 142210 -> 82379 bytes examples/screenshots/grid.jpg | Bin 162322 -> 100105 bytes examples/screenshots/jumbotron-narrow.jpg | Bin 122875 -> 68675 bytes examples/screenshots/jumbotron.jpg | Bin 139193 -> 78565 bytes examples/screenshots/justified-nav.jpg | Bin 141141 -> 79170 bytes examples/screenshots/navbar-fixed.jpg | Bin 64181 -> 38093 bytes examples/screenshots/navbar-static.jpg | Bin 65464 -> 39712 bytes examples/screenshots/navbar.jpg | Bin 69340 -> 41029 bytes examples/screenshots/non-responsive.jpg | Bin 77275 -> 43926 bytes examples/screenshots/offcanvas.jpg | Bin 202908 -> 112583 bytes examples/screenshots/sign-in.jpg | Bin 24724 -> 13648 bytes examples/screenshots/starter-template.jpg | Bin 38764 -> 22620 bytes examples/screenshots/sticky-footer-navbar.jpg | Bin 71177 -> 39387 bytes examples/screenshots/sticky-footer.jpg | Bin 42344 -> 25056 bytes 14 files changed, 0 insertions(+), 0 deletions(-) (limited to 'examples') diff --git a/examples/screenshots/carousel.jpg b/examples/screenshots/carousel.jpg index 8c545c100..a63a1ba9d 100644 Binary files a/examples/screenshots/carousel.jpg and b/examples/screenshots/carousel.jpg differ diff --git a/examples/screenshots/grid.jpg b/examples/screenshots/grid.jpg index 5aafbf478..2407cf293 100644 Binary files a/examples/screenshots/grid.jpg and b/examples/screenshots/grid.jpg differ diff --git a/examples/screenshots/jumbotron-narrow.jpg b/examples/screenshots/jumbotron-narrow.jpg index e9338b777..915d10f4c 100644 Binary files a/examples/screenshots/jumbotron-narrow.jpg and b/examples/screenshots/jumbotron-narrow.jpg differ diff --git a/examples/screenshots/jumbotron.jpg b/examples/screenshots/jumbotron.jpg index bb996135b..aacbf8d34 100644 Binary files a/examples/screenshots/jumbotron.jpg and b/examples/screenshots/jumbotron.jpg differ diff --git a/examples/screenshots/justified-nav.jpg b/examples/screenshots/justified-nav.jpg index 01689c3ca..5f57923e6 100644 Binary files a/examples/screenshots/justified-nav.jpg and b/examples/screenshots/justified-nav.jpg differ diff --git a/examples/screenshots/navbar-fixed.jpg b/examples/screenshots/navbar-fixed.jpg index cac325f41..16a03b0bc 100644 Binary files a/examples/screenshots/navbar-fixed.jpg and b/examples/screenshots/navbar-fixed.jpg differ diff --git a/examples/screenshots/navbar-static.jpg b/examples/screenshots/navbar-static.jpg index 460624b63..8fe3529fb 100644 Binary files a/examples/screenshots/navbar-static.jpg and b/examples/screenshots/navbar-static.jpg differ diff --git a/examples/screenshots/navbar.jpg b/examples/screenshots/navbar.jpg index 3bd2fe688..3120c507a 100644 Binary files a/examples/screenshots/navbar.jpg and b/examples/screenshots/navbar.jpg differ diff --git a/examples/screenshots/non-responsive.jpg b/examples/screenshots/non-responsive.jpg index 87a679e54..7642d8a34 100644 Binary files a/examples/screenshots/non-responsive.jpg and b/examples/screenshots/non-responsive.jpg differ diff --git a/examples/screenshots/offcanvas.jpg b/examples/screenshots/offcanvas.jpg index e19850740..76b7d6702 100644 Binary files a/examples/screenshots/offcanvas.jpg and b/examples/screenshots/offcanvas.jpg differ diff --git a/examples/screenshots/sign-in.jpg b/examples/screenshots/sign-in.jpg index 6d5504e68..4191c33b8 100644 Binary files a/examples/screenshots/sign-in.jpg and b/examples/screenshots/sign-in.jpg differ diff --git a/examples/screenshots/starter-template.jpg b/examples/screenshots/starter-template.jpg index 5285a655d..2545aa32f 100644 Binary files a/examples/screenshots/starter-template.jpg and b/examples/screenshots/starter-template.jpg differ diff --git a/examples/screenshots/sticky-footer-navbar.jpg b/examples/screenshots/sticky-footer-navbar.jpg index f9d88cdfe..6226bf4ac 100644 Binary files a/examples/screenshots/sticky-footer-navbar.jpg and b/examples/screenshots/sticky-footer-navbar.jpg differ diff --git a/examples/screenshots/sticky-footer.jpg b/examples/screenshots/sticky-footer.jpg index 6bab18d99..644f6dd26 100644 Binary files a/examples/screenshots/sticky-footer.jpg and b/examples/screenshots/sticky-footer.jpg differ -- cgit v1.2.3