docs cleanup and blockquote cleanup for .pull-right option
This commit is contained in:
parent
750badabf7
commit
e20d2dfe9d
8 changed files with 35 additions and 19 deletions
8
docs/assets/css/bootstrap.css
vendored
8
docs/assets/css/bootstrap.css
vendored
|
|
@ -763,6 +763,14 @@ blockquote.pull-right small {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
blockquote.pull-right small:before {
|
||||
content: '';
|
||||
}
|
||||
|
||||
blockquote.pull-right small:after {
|
||||
content: '\00A0 \2014';
|
||||
}
|
||||
|
||||
q:before,
|
||||
q:after,
|
||||
blockquote:before,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue