From 6bfa58ea4d1eec673a4f99f3668ea558bef2feb9 Mon Sep 17 00:00:00 2001 From: tobz Date: Wed, 15 Aug 2012 10:37:49 -0300 Subject: [PATCH 1/4] Updated margin adjustments of button-based icon overrides. --- less/buttons.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/buttons.less b/less/buttons.less index a1d8989b64..d780652949 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -79,7 +79,7 @@ .border-radius(5px); } .btn-large [class^="icon-"] { - margin-top: 1px; + margin-top: 2px; } // Small @@ -89,7 +89,7 @@ line-height: @baseLineHeight - 2px; } .btn-small [class^="icon-"] { - margin-top: -1px; + margin-top: 0px; } // Mini From ddefdbf31f8fcf9088d1ca59346bc42118bd991e Mon Sep 17 00:00:00 2001 From: tobz Date: Wed, 15 Aug 2012 10:38:21 -0300 Subject: [PATCH 2/4] Added default top margin of 1px for icons. --- less/sprites.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/sprites.less b/less/sprites.less index 6fd2d1da1c..9069bb42ad 100644 --- a/less/sprites.less +++ b/less/sprites.less @@ -25,6 +25,7 @@ background-image: url("@{iconSpritePath}"); background-position: 14px 14px; background-repeat: no-repeat; + margin-top: 1px; } /* White icons with optional class, or on hover/active states of certain elements */ From 27e9214e056b1f4e833adc92fe7afe2e75f53cb2 Mon Sep 17 00:00:00 2001 From: tobz Date: Wed, 15 Aug 2012 10:38:59 -0300 Subject: [PATCH 3/4] Removed pixel designation from a zeroed-out property. --- less/buttons.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/buttons.less b/less/buttons.less index d780652949..872b5aec1f 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -89,7 +89,7 @@ line-height: @baseLineHeight - 2px; } .btn-small [class^="icon-"] { - margin-top: 0px; + margin-top: 0; } // Mini From 48f5626499024df6a5cf386a5456c9ff03564644 Mon Sep 17 00:00:00 2001 From: tobz Date: Wed, 15 Aug 2012 11:07:43 -0300 Subject: [PATCH 4/4] Fixed spelling error in forms documentation. --- docs/base-css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/base-css.html b/docs/base-css.html index c1598821cd..fb6616fb71 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -967,7 +967,7 @@ For example, <code>section</code> should be wrapped as inline.

Textarea

-

Form control which supports multiple lines of text. Change row attribute as necessary.

+

Form control which supports multiple lines of text. Change rows attribute as necessary.