diff options
| author | Mark Otto <[email protected]> | 2013-12-15 14:23:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 14:23:55 -0800 |
| commit | 393d523cdbf14c4522ed13dca701120aeded352c (patch) | |
| tree | 4e56f55586777d0d621a0781243cf1c5b6dd578b /dist/css/bootstrap.css | |
| parent | 9023c087dbc17e206d830f36a5049d95aa548b36 (diff) | |
| download | bootstrap-393d523cdbf14c4522ed13dca701120aeded352c.tar.xz bootstrap-393d523cdbf14c4522ed13dca701120aeded352c.zip | |
Fixes #11660: Depcreate small and .small in blockquote in favor of footer
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 907fa3a9f..9af0be7c7 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -606,12 +606,14 @@ blockquote p { blockquote p:last-child { margin-bottom: 0; } +blockquote footer, blockquote small, blockquote .small { display: block; line-height: 1.428571429; color: #999; } +blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; |
