From 26067d3d7d4e16f2b46b5bde59566f5db3c4f2d7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Aug 2013 11:11:31 -0700 Subject: fixes #9768: unbold buttons --- less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less') diff --git a/less/variables.less b/less/variables.less index 38600a681..3ba25f768 100644 --- a/less/variables.less +++ b/less/variables.less @@ -104,7 +104,7 @@ // Buttons // ------------------------- -@btn-font-weight: bold; +@btn-font-weight: normal; @btn-default-color: #333; @btn-default-bg: #fff; -- cgit v1.2.3