diff options
| author | Robert Burns <[email protected]> | 2013-05-14 08:33:49 -0400 |
|---|---|---|
| committer | Robert Burns <[email protected]> | 2013-05-14 08:33:49 -0400 |
| commit | 45f62f9589c50175161b627d0f5b6f34ee8592aa (patch) | |
| tree | e73ec5ef31c64e36c50c4be2fb10315c54c89d71 /docs/assets/css/docs.css | |
| parent | 8544ef8734de46b927895f18ae4f149fa69a6fd2 (diff) | |
| download | bootstrap-45f62f9589c50175161b627d0f5b6f34ee8592aa.tar.xz bootstrap-45f62f9589c50175161b627d0f5b6f34ee8592aa.zip | |
Cleanup form-inline examples in docs
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 3a93a01cf..b08437a0e 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -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; |
