From 3d3173339d5b27c1cb6082971c6752c5fae4bb70 Mon Sep 17 00:00:00 2001 From: jlukic Date: Sun, 23 Nov 2014 14:11:56 -0500 Subject: [PATCH] Add attached bg variable, fix em rounding --- src/themes/default/modules/progress.variables | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/themes/default/modules/progress.variables b/src/themes/default/modules/progress.variables index af43b6b71..ea365deec 100644 --- a/src/themes/default/modules/progress.variables +++ b/src/themes/default/modules/progress.variables @@ -87,7 +87,8 @@ --------------------*/ /* Attached */ -@attachedHeight: 0.25em; +@attachedBackground: transparent; +@attachedHeight: 3px; @attachedBorderRadius: @borderRadius; /* Inverted */