From 4fd164d45bdb3bfc52119d828ed7efebc92f8339 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Nov 2012 00:24:17 -0800 Subject: consolidate font resets into scaffolding --- less/forms.less | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'less/forms.less') diff --git a/less/forms.less b/less/forms.less index 1c3be634c..ba49f74a6 100644 --- a/less/forms.less +++ b/less/forms.less @@ -30,21 +30,6 @@ legend { border-bottom: 1px solid #e5e5e5; } -// Set font for forms -label, -input, -button, -select, -textarea { - #font > .shorthand(@baseFontSize,normal,@baseLineHeight); // Set size, weight, line-height here -} -input, -button, -select, -textarea { - font-family: @baseFontFamily; // And only set font-family here for those that need it (note the missing label element) -} - // Identify controls by their labels label { display: block; -- cgit v1.2.3