Skip to content

Commit

Permalink
Fixes twbs#14592: Add new variable for progress border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 19, 2014
1 parent 98b745a commit 9ed65ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion less/progress-bars.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
height: @line-height-computed;
margin-bottom: @line-height-computed;
background-color: @progress-bg;
border-radius: @border-radius-base;
border-radius: @progress-border-radius;
.box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
}

Expand Down
2 changes: 2 additions & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,8 @@
@progress-bg: #f5f5f5;
//** Progress bar text color
@progress-bar-color: #fff;
//** Variable for setting rounded corners on progress bar.
@progress-border-radius: @border-radius-base;

//** Default progress bar color
@progress-bar-bg: @brand-primary;
Expand Down

0 comments on commit 9ed65ab

Please sign in to comment.