aboutsummaryrefslogtreecommitdiff
path: root/lib
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 /lib
parentc876835a029f4137dcd64cec8a445d47bc0cf00f (diff)
downloadbootstrap-b77e3e2f304bfe0cf99a72a627095c5aa8046978.tar.xz
bootstrap-b77e3e2f304bfe0cf99a72a627095c5aa8046978.zip
theme.less file cleanup; fixing blockquotes in wells
Diffstat (limited to 'lib')
-rw-r--r--lib/patterns.less4
-rw-r--r--lib/theme.less4
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index e2ef83ce2..4fb1558e5 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -718,6 +718,10 @@ input[type=submit].btn {
border: 1px solid rgba(0,0,0,.05);
.border-radius(4px);
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
+ blockquote {
+ border-color: #ddd;
+ border-color: rgba(0,0,0,.15);
+ }
}
diff --git a/lib/theme.less b/lib/theme.less
index b8daa7244..b56111c06 100644
--- a/lib/theme.less
+++ b/lib/theme.less
@@ -19,13 +19,13 @@
// Font face, size, weight, and more
-// -------------------------------------
+// ---------------------------------
@baseFontSize: 13px; // base font-size
@baseLineHeight: 18px; // base line-height of elements (incrementally increases with font-size)
// Link color
-// ---------------
+// ----------
@linkColor: #0069d6;
// No need to specify a link hover color because we'll automatically do that for you in Preboot