From ee62c37f17c7a741f6465f067a797881737e6fb3 Mon Sep 17 00:00:00 2001 From: liuyl Date: Fri, 9 Aug 2013 15:24:38 +0800 Subject: [PATCH 1/5] panels --- less/panels.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/less/panels.less b/less/panels.less index df20975ee..c1158d14f 100644 --- a/less/panels.less +++ b/less/panels.less @@ -37,8 +37,7 @@ padding: 10px 15px; background-color: @panel-heading-bg; border-bottom: 1px solid @panel-border; - border-top-left-radius: (@panel-border-radius - 1); - border-top-right-radius: (@panel-border-radius - 1); + .border-top-radius(@panel-border-radius - 1); } // Within heading, strip any `h*` tag of it's default margins for spacing. @@ -58,8 +57,7 @@ padding: 10px 15px; background-color: @panel-footer-bg; border-top: 1px solid @panel-border; - border-bottom-left-radius: (@panel-border-radius - 1); - border-bottom-right-radius: (@panel-border-radius - 1); + .border-bottom-radius(@panel-border-radius - 1); } // Contextual variations From d557fa283952362b46b863b150b52ebfc51f1b71 Mon Sep 17 00:00:00 2001 From: liuyl Date: Fri, 9 Aug 2013 15:44:10 +0800 Subject: [PATCH 2/5] navbar.less --- less/navbar.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/less/navbar.less b/less/navbar.less index c2872e64a..60f5fd4f7 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -186,13 +186,11 @@ // Menu position and menu carets .navbar-nav > li > .dropdown-menu { margin-top: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; + .border-top-radius(0); } // Menu position and menu caret support for dropups via extra dropup class .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; + .border-bottom-radius(0); } // Dropdown menu items and carets From b2b44a53b7196084c0d4ba80db84c2f83171a42b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 9 Aug 2013 17:48:29 -0700 Subject: [PATCH 3/5] getting-started docs: rephrase to avoid "helpful...help" --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index 3bd6c0272..8e2c6632a 100644 --- a/getting-started.html +++ b/getting-started.html @@ -182,7 +182,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { -

While we don't officially support any third party plugins or add-ons, we do offer some helpful advice to help avoid potential issues in your projects.

+

While we don't officially support any third party plugins or add-ons, we do offer some useful advice to help avoid potential issues in your projects.

Google Maps

If you're using Google Maps on a Bootstrapped project, you might run into some display problems due to our use of * { box-sizing: border-box; }. Previously, you may have also ran into issues with the use of max-width on images. The following snippet should avoid all those problems.

From d48387aa4d7ba3e6b94947b22c2d7e9afc486f0b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 9 Aug 2013 17:55:12 -0700 Subject: [PATCH 4/5] Fixes #9260 --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index 8e2c6632a..4db392ad5 100644 --- a/getting-started.html +++ b/getting-started.html @@ -103,7 +103,7 @@ bootstrap/

Hello, world!

- + From da417c3e7e1c621973348954a5a80c8db319789e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 9 Aug 2013 18:01:11 -0700 Subject: [PATCH 5/5] Use protocol-relative URL in example --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index 4db392ad5..f9245e5f8 100644 --- a/getting-started.html +++ b/getting-started.html @@ -104,7 +104,7 @@ bootstrap/

Hello, world!

- +