2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

change form fields back to inline-block to allow for inline-help text in default form markup

This commit is contained in:
Mark Otto
2012-01-25 11:26:45 -08:00
parent d3c5dd4e6a
commit b851156863
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Wed Jan 25 11:21:22 PST 2012
* Date: Wed Jan 25 11:24:56 PST 2012
*/
article,
aside,
@@ -497,7 +497,7 @@ input,
textarea,
select,
.uneditable-input {
display: block;
display: inline-block;
width: 210px;
height: 18px;
padding: 4px;