From 2fda6a45aa762f66e573a81c279f79e362f3593f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 20 Aug 2012 11:22:37 -0700 Subject: bump up height of progress bars, give some extra depth with stacking bars, and then make the stacked bars actually work --- less/progress-bars.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'less') diff --git a/less/progress-bars.less b/less/progress-bars.less index c3de308eb..36744d89c 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -44,8 +44,8 @@ // Outer container .progress { overflow: hidden; - height: 18px; - margin-bottom: 18px; + height: @baseLineHeight; + margin-bottom: @baseLineHeight; #gradient > .vertical(#f5f5f5, #f9f9f9); .box-shadow(inset 0 1px 2px rgba(0,0,0,.1)); .border-radius(4px); @@ -65,6 +65,9 @@ .box-sizing(border-box); .transition(width .6s ease); } +.progress .bar + .bar { + .box-shadow(~"inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15)"); +} // Striped bars .progress-striped .bar { -- cgit v1.2.3