diff options
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 |
