fix typo in comment

This commit is contained in:
Chris Rebert
2013-08-02 16:36:54 -07:00
parent f6cec812a6
commit 0fefbbe659

View File

@@ -123,7 +123,7 @@
.btn-large {
padding: @padding-large-vertical @padding-large-horizontal;
font-size: @font-size-large;
line-height: 1.33; // ensure even-numbered height of butotn next to large input
line-height: 1.33; // ensure even-numbered height of button next to large input
border-radius: @border-radius-large;
}
.btn-small,