]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
restore wells and close
authorMark Otto <otto@github.com>
Wed, 16 Jan 2013 21:05:20 +0000 (13:05 -0800)
committerMark Otto <otto@github.com>
Wed, 16 Jan 2013 21:05:20 +0000 (13:05 -0800)
docs/assets/css/bootstrap.css
less/bootstrap.less

index 1bb409d372bfb69221d73e371ec41c2243afdf68..1709210992707bcc6ab6f049137f5729a599ef76 100644 (file)
@@ -2509,6 +2509,59 @@ fieldset[disabled] .btn-link:hover {
   z-index: 1051;
 }
 
+.well {
+  min-height: 20px;
+  padding: 19px;
+  margin-bottom: 20px;
+  background-color: #f5f5f5;
+  border: 1px solid #e3e3e3;
+  border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+
+.well blockquote {
+  border-color: #ddd;
+  border-color: rgba(0, 0, 0, 0.15);
+}
+
+.well-large {
+  padding: 24px;
+  border-radius: 6px;
+}
+
+.well-small {
+  padding: 9px;
+  border-radius: 3px;
+}
+
+.close {
+  float: right;
+  font-size: 20px;
+  font-weight: bold;
+  line-height: 20px;
+  color: #000;
+  text-shadow: 0 1px 0 #ffffff;
+  opacity: 0.2;
+  filter: alpha(opacity=20);
+}
+
+.close:hover {
+  color: #000;
+  text-decoration: none;
+  cursor: pointer;
+  opacity: 0.4;
+  filter: alpha(opacity=40);
+}
+
+button.close {
+  padding: 0;
+  cursor: pointer;
+  background: transparent;
+  border: 0;
+  -webkit-appearance: none;
+}
+
 .nav {
   padding-left: 0;
   margin-bottom: 0;
index 66797e694d7d827425b1ae80f193d1cbca33b451..49e3e9af446631a7672c453683aa348fc8a7eee7 100644 (file)
@@ -29,6 +29,8 @@
 @import "component-animations.less";
 @import "glyphicons.less";
 @import "dropdowns.less";
+@import "wells.less";
+@import "close.less";
 
 // Components: Nav
 @import "navs.less";