2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Merge pull request #7877 from burnsra/3.0.0-wip-form-inline

Cleanup form-inline examples in docs
This commit is contained in:
Mark Otto
2013-05-14 23:26:35 -07:00
2 changed files with 20 additions and 19 deletions
+5
View File
@@ -288,6 +288,11 @@ body {
margin: 0;
}
.bs-example.form-inline input:not([type=checkbox]):not([type=radio]),
.bs-example.form-inline select {
width: 180px;
}
/* List groups */
.bs-example > .list-group {
max-width: 400px;