diff options
| author | Mark Otto <[email protected]> | 2012-02-11 16:50:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-11 16:50:57 -0800 |
| commit | 5a3dfb72bfcf1859690c76a8ddb8457eb962bdb3 (patch) | |
| tree | 9bdf78b45c1feacf562a5c97970e72bd078c4f31 /less | |
| parent | 4ddc8fd0e41a4bf76249645674806a7f11e64879 (diff) | |
| download | bootstrap-5a3dfb72bfcf1859690c76a8ddb8457eb962bdb3.tar.xz bootstrap-5a3dfb72bfcf1859690c76a8ddb8457eb962bdb3.zip | |
support small for legend per #1544
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 17393b280..f262af0db 100644 --- a/less/forms.less +++ b/less/forms.less @@ -28,6 +28,12 @@ legend { color: @grayDark; border: 0; border-bottom: 1px solid #eee; + + // Small + small { + font-size: @baseLineHeight * .75; + color: @grayLight; + } } // Set font for forms |
