From 0c094efe28b34d9eba5a5690ec83c49de423ae1e Mon Sep 17 00:00:00 2001 From: saiwang Date: Sun, 18 Aug 2013 14:28:52 +0800 Subject: add IE's Conditional comments for respondjs and html5shiv --- examples/non-responsive/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'examples/non-responsive') diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index 35f16cddf..c674a1cfc 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -16,6 +16,12 @@ + + + @@ -42,6 +48,5 @@ - -- cgit v1.2.3 From 35ad599df68f64c043e92b80842fd5a59ceb0418 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Aug 2013 18:16:01 -0700 Subject: prevent navbar from collapsing in non responsive example (fixes #9812) --- examples/non-responsive/index.html | 44 ++++++++++++ examples/non-responsive/non-responsive.css | 104 +++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+) (limited to 'examples/non-responsive') diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index c674a1cfc..d56e3aef1 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -25,6 +25,45 @@ + + + +
-- cgit v1.2.3