aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-06 21:12:43 -0800
committerMark Otto <[email protected]>2012-03-06 21:12:43 -0800
commit6b9f70797d812f5a3a90035e4e8ccc2b7cfd0f66 (patch)
tree76031780017927704fb57a3d593b51ce682e2614 /less
parent738fac18de63275fbac8e1f81d60121eff557fd3 (diff)
downloadbootstrap-6b9f70797d812f5a3a90035e4e8ccc2b7cfd0f66.tar.xz
bootstrap-6b9f70797d812f5a3a90035e4e8ccc2b7cfd0f66.zip
adding well sizes
Diffstat (limited to 'less')
-rw-r--r--less/wells.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/less/wells.less b/less/wells.less
index 244b8ca10..9300061a5 100644
--- a/less/wells.less
+++ b/less/wells.less
@@ -15,3 +15,13 @@
border-color: rgba(0,0,0,.15);
}
}
+
+// Sizes
+.well-large {
+ padding: 24px;
+ .border-radius(6px);
+}
+.well-small {
+ padding: 9px;
+ .border-radius(3px);
+}