diff options
| author | Chris Rebert <[email protected]> | 2015-12-04 01:46:45 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-04 01:46:45 -0800 |
| commit | 191c82dc38882cd15565f266209dd1b3c4864f7e (patch) | |
| tree | 4e9e3542f7ca9219fd964a57c1d0cafac178efa7 | |
| parent | f6b9e0beb452f1cf0c13788742339b32b6e3a5ac (diff) | |
| download | bootstrap-191c82dc38882cd15565f266209dd1b3c4864f7e.tar.xz bootstrap-191c82dc38882cd15565f266209dd1b3c4864f7e.zip | |
Fix grammar of comment for <label> in Reboot
| -rw-r--r-- | scss/_reboot.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 585adc3c6..2102b2e54 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -259,7 +259,7 @@ th { // label { - // Allow labels can use `margin` for spacing. + // Allow labels to use `margin` for spacing. display: inline-block; margin-bottom: .5rem; } |
