Skip to content

Commit

Permalink
(less) Merge pull request twbs#11286 from BBosman/well-border
Browse files Browse the repository at this point in the history
Add well-border variable
  • Loading branch information
mdo committed Dec 15, 2013
2 parents f2f7d71 + 548718b commit d53d82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@
// Wells
// -------------------------
@well-bg: #f5f5f5;
@well-border: darken(@well-bg, 7%);


// Badges
Expand Down
2 changes: 1 addition & 1 deletion wells.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
padding: 19px;
margin-bottom: 20px;
background-color: @well-bg;
border: 1px solid darken(@well-bg, 7%);
border: 1px solid @well-border;
border-radius: @border-radius-base;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
blockquote {
Expand Down

0 comments on commit d53d82b

Please sign in to comment.