diff --git a/less/forms.less b/less/forms.less index 41da55d043..1c3be634c3 100644 --- a/less/forms.less +++ b/less/forms.less @@ -3,8 +3,8 @@ // -------------------------------------------------- -// GENERAL STYLES -// -------------- +// General styles +// ------------------------- // Make all forms have space below them form { @@ -28,12 +28,6 @@ legend { color: @grayDark; border: 0; border-bottom: 1px solid #e5e5e5; - - // Small - small { - font-size: @baseLineHeight * .75; - color: @grayLight; - } } // Set font for forms