From dd8b745b883a900aa637a7b8142be5691ebc3913 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 3 Oct 2012 09:26:52 -0700 Subject: use border-radius vars where possible --- less/tooltip.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/tooltip.less') diff --git a/less/tooltip.less b/less/tooltip.less index fba1856f5..93fac8d6b 100644 --- a/less/tooltip.less +++ b/less/tooltip.less @@ -27,7 +27,7 @@ text-align: center; text-decoration: none; background-color: @tooltipBackground; - .border-radius(4px); + .border-radius(@baseBorderRadius); } // Arrows -- cgit v1.2.3