diff options
| author | Julian Thilo <[email protected]> | 2013-12-19 20:12:31 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-12-19 20:12:31 +0100 |
| commit | fc03fac9e4fe95b29bac58b223234cd6135e3a88 (patch) | |
| tree | 550a76ac03dff1b2f308f22fa4b6386fb8df645b /css.html | |
| parent | b298d2f481dca3f8f8c0c202ca1b9406a2c6849d (diff) | |
| download | bootstrap-fc03fac9e4fe95b29bac58b223234cd6135e3a88.tar.xz bootstrap-fc03fac9e4fe95b29bac58b223234cd6135e3a88.zip | |
Fix sentence in css.html
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1775,7 +1775,7 @@ For example, <code><section></code> should be wrapped as inline. {% endhighlight %} <h4>Inline checkboxes</h4> - <p>Use <code>.checkbox-inline</code> or <code>.radio-inline</code> class to a series of checkboxes or radios for controls that appear on the same line.</p> + <p>Use the <code>.checkbox-inline</code> or <code>.radio-inline</code> classes on a series of checkboxes or radios for controls that appear on the same line.</p> <div class="bs-example"> <form role="form"> <label class="checkbox-inline"> |
