diff options
| author | Mark Otto <[email protected]> | 2011-09-11 21:12:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 21:12:55 -0700 |
| commit | b77e3e2f304bfe0cf99a72a627095c5aa8046978 (patch) | |
| tree | 51813d9eb73b7ba6c760afe737a893992e957b29 /lib/patterns.less | |
| parent | c876835a029f4137dcd64cec8a445d47bc0cf00f (diff) | |
| download | bootstrap-b77e3e2f304bfe0cf99a72a627095c5aa8046978.tar.xz bootstrap-b77e3e2f304bfe0cf99a72a627095c5aa8046978.zip | |
theme.less file cleanup; fixing blockquotes in wells
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 4 insertions, 0 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); + } } |
