aboutsummaryrefslogtreecommitdiff
path: root/lib/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-14 21:28:47 -0800
committerMark Otto <[email protected]>2012-01-14 21:28:47 -0800
commitdab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc (patch)
tree87961fa11d60108e2ce868276c5347b2fca8984d /lib/forms.less
parent6d916763f82be8c2d4f87842275170c12bea72ec (diff)
downloadbootstrap-dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc.tar.xz
bootstrap-dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc.zip
change up classes on tables and forms, fix nav list styles in example
Diffstat (limited to 'lib/forms.less')
-rw-r--r--lib/forms.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/forms.less b/lib/forms.less
index ed97d8dd0..04e684c99 100644
--- a/lib/forms.less
+++ b/lib/forms.less
@@ -441,9 +441,9 @@ input::-webkit-input-placeholder {
// Common properties
// -----------------
-.search-form,
-.inline-form,
-.horizontal-form {
+.form-search,
+.form-inline,
+.form-horizontal {
input,
textarea,
select,
@@ -452,8 +452,8 @@ input::-webkit-input-placeholder {
margin-bottom: 0;
}
}
-.search-form label,
-.inline-form label {
+.form-search label,
+.form-inline label {
display: inline-block;
}
@@ -469,7 +469,7 @@ input::-webkit-input-placeholder {
// Horizontal-specific styles
// --------------------------
-.horizontal-form {
+.form-horizontal {
// Float the labels left
.control-group > label {
float: left;