mirror of
https://github.com/boostorg/more.git
synced 2024-12-26 23:30:29 +08:00
Fix invalid CSS for blockquote elements.
[SVN r30144]
This commit is contained in:
parent
488485829c
commit
75f000372c
@ -125,7 +125,7 @@ a:hover {
|
||||
.section-body blockquote {
|
||||
margin: 0.5em 1em 0em 2em;
|
||||
border-right: 1px dashed #CCCCCC;
|
||||
border-left-width: 1px dashed #CCCCCC;
|
||||
border-left: 1px dashed #CCCCCC;
|
||||
text-align: justify;
|
||||
padding-right: 0.5em;
|
||||
padding-left: 0.5em;
|
||||
|
Loading…
Reference in New Issue
Block a user