aboutsummaryrefslogtreecommitdiff
path: root/less/wells.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-30 14:45:25 -0800
committerMark Otto <[email protected]>2012-11-30 14:45:25 -0800
commitb0e2b5813db753bdfa3ee018ccdd73e78a69457e (patch)
tree817eae216acdf4986a59137da9aa65a6764fbd88 /less/wells.less
parent7a3d15eb210cc9343875760bfa575a9273244ed3 (diff)
downloadbootstrap-b0e2b5813db753bdfa3ee018ccdd73e78a69457e.tar.xz
bootstrap-b0e2b5813db753bdfa3ee018ccdd73e78a69457e.zip
more consistent variable naming patterns
Diffstat (limited to 'less/wells.less')
-rw-r--r--less/wells.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/wells.less b/less/wells.less
index 33cd07a98..5ada844b5 100644
--- a/less/wells.less
+++ b/less/wells.less
@@ -10,7 +10,7 @@
margin-bottom: 20px;
background-color: @wellBackground;
border: 1px solid darken(@wellBackground, 7%);
- border-radius: @baseBorderRadius;
+ border-radius: @border-radius-base;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
blockquote {
border-color: #ddd;
@@ -21,9 +21,9 @@
// Sizes
.well-large {
padding: 24px;
- border-radius: @borderRadiusLarge;
+ border-radius: @border-radius-large;
}
.well-small {
padding: 9px;
- border-radius: @borderRadiusSmall;
+ border-radius: @border-radius-small;
}