From 86a577d76bd1dcd226dad90899886dbe18d36e39 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Aug 2012 20:34:19 -0700 Subject: [PATCH 1/5] decrease box-shadow --- docs/assets/css/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index aa7f080959..7ddfeb1acc 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -134,7 +134,7 @@ hr.soften { /* Download button */ @-webkit-keyframes downloadButton { from { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.1); } - 50% { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 50px rgba(0,68,204,1); } + 50% { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 25px rgba(0,68,204,.9); } to { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25), 0 2px 10px rgba(0,68,204,.1); } } .masthead .btn { From fc7ecd78c88771ca9b899f19d56f84970fe9429b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Aug 2012 20:58:33 -0700 Subject: [PATCH 2/5] add select element responsive CSS test --- less/tests/css-tests.html | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 8d9785187f..d7bca7b0f0 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -818,6 +818,30 @@
+

Fluid textarea at .span12

+
+
+ +
+
+ + +
+ + +

Selects

+
+ +
+ + +
+ + + + @@ -1098,19 +1122,6 @@ -
-
-
- - -

Fluid textarea at .span12

-
-
- -
-
- - From 1e2edaef48e45c1a085cd21ad2cbf86cfe2c7c06 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Aug 2012 22:52:53 -0700 Subject: [PATCH 3/5] add test for #4236: button group, one button with text and one with icon, now line up properly --- less/tests/css-tests.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index d7bca7b0f0..6786454cc7 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -1033,6 +1033,7 @@ +
+
@@ -1086,6 +1088,14 @@
+

Mini buttons: text and icon

+
+ + +
+ +
+