aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.3.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-11 21:12:55 -0700
committerMark Otto <[email protected]>2011-09-11 21:12:55 -0700
commitb77e3e2f304bfe0cf99a72a627095c5aa8046978 (patch)
tree51813d9eb73b7ba6c760afe737a893992e957b29 /bootstrap-1.3.0.css
parentc876835a029f4137dcd64cec8a445d47bc0cf00f (diff)
downloadbootstrap-b77e3e2f304bfe0cf99a72a627095c5aa8046978.tar.xz
bootstrap-b77e3e2f304bfe0cf99a72a627095c5aa8046978.zip
theme.less file cleanup; fixing blockquotes in wells
Diffstat (limited to 'bootstrap-1.3.0.css')
-rw-r--r--bootstrap-1.3.0.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css
index 9ec8fed57..1a1d870f4 100644
--- a/bootstrap-1.3.0.css
+++ b/bootstrap-1.3.0.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Sep 11 20:47:25 PDT 2011
+ * Date: Sun Sep 11 21:11:10 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -2035,6 +2035,10 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
-moz-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);
+}
.modal-backdrop {
background-color: #000;
position: fixed;