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.
diff --git a/less/buttons.less b/less/buttons.less
index a1d8989b64..872b5aec1f 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: 0;
}
// Mini
diff --git a/less/sprites.less b/less/sprites.less
index b7babb5680..8d5e40e7ab 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 */