diff options
| author | Julian Thilo <[email protected]> | 2013-12-19 10:56:36 -0800 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-12-19 10:56:36 -0800 |
| commit | b298d2f481dca3f8f8c0c202ca1b9406a2c6849d (patch) | |
| tree | c9be76f8efbb08ac1dc1f5fe697d4e84edfab74e | |
| parent | fb8310fbc6d413a3446ecf1772a77911d45fbd62 (diff) | |
| parent | ded1e722029a5f74116778a2b648ed8a4956cad6 (diff) | |
| download | bootstrap-b298d2f481dca3f8f8c0c202ca1b9406a2c6849d.tar.xz bootstrap-b298d2f481dca3f8f8c0c202ca1b9406a2c6849d.zip | |
Merge pull request #11945 from robertgentel/patch-1
Update 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 appear on the same line.</p> + <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> <div class="bs-example"> <form role="form"> <label class="checkbox-inline"> |
