From: Javier Martinez Fernandez Date: Wed, 29 May 2013 19:09:33 +0000 (+0300) Subject: Remove form-actions-bg X-Git-Tag: v3.0.0-rc1~313^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c89a6edf090348693a3dd7d43cc2812009249d30;p=thirdparty%2Fbootstrap.git Remove form-actions-bg If form-actions has been removed, this variable is no needed anymore. --- diff --git a/less/variables.less b/less/variables.less index 9cd8f830b3..a6c69430e0 100644 --- a/less/variables.less +++ b/less/variables.less @@ -131,8 +131,6 @@ @input-height-large: (@line-height-computed + (@padding-large-vertical * 2)); @input-height-small: (@line-height-computed + (@padding-small-vertical * 2)); -@form-actions-bg: #f5f5f5; - // Dropdowns // -------------------------