From c8f4325c192f97e9c8d09e7d8ad3059be694fc4c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Mar 2012 21:12:59 -0700 Subject: remove text indent on carets (not needed) and add inline replacement mixin --- less/buttons.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less/buttons.less') diff --git a/less/buttons.less b/less/buttons.less index f93cd01a9..8376c7a76 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -8,6 +8,7 @@ // Core .btn { display: inline-block; + .ie7-inline-block(); padding: 4px 10px 4px; margin-bottom: 0; // For input.btn font-size: @baseFontSize; -- cgit v1.2.3