mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-02 03:00:44 -04:00
change up classes on tables and forms, fix nav list styles in example
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user