diff options
| author | Mark Otto <[email protected]> | 2012-06-11 20:20:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-11 20:20:51 -0700 |
| commit | 7ed02b461be8f520f672284f9984fdc9ce4487e7 (patch) | |
| tree | d7abd2ce73aff3efd8b50a14c4689b294c9252ad /docs/assets/css | |
| parent | a0cd886c56708bbd8d6896ee81b04579f86fb0aa (diff) | |
| download | bootstrap-7ed02b461be8f520f672284f9984fdc9ce4487e7.tar.xz bootstrap-7ed02b461be8f520f672284f9984fdc9ce4487e7.zip | |
fix blockquote alignment
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index d6791ff07..a39dc3c6e 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -746,7 +746,8 @@ form.well { .bs-docs-example .hero-unit, .bs-docs-example .pagination, .bs-docs-example .navbar, -.bs-docs-example .nav { +.bs-docs-example .nav, +.bs-docs-example blockquote { margin-bottom: 5px; } .bs-docs-example .pagination { |
