aboutsummaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent738fac18de63275fbac8e1f81d60121eff557fd3 (diff)
downloadbootstrap-6b9f70797d812f5a3a90035e4e8ccc2b7cfd0f66.tar.xz
bootstrap-6b9f70797d812f5a3a90035e4e8ccc2b7cfd0f66.zip
adding well sizes
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin54951 -> 54989 bytes
-rw-r--r--docs/assets/css/bootstrap.css12
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 3549d82cc..3cf863a88 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index ef60ecf47..9854e974c 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1783,6 +1783,18 @@ table .span24 {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
+.well-large {
+ padding: 24px;
+ -webkit-border-radius: 6px;
+ -moz-border-radius: 6px;
+ border-radius: 6px;
+}
+.well-small {
+ padding: 9px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+}
.fade {
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;