Skip to content

Commit

Permalink
Fixed blockquote didn't displayed correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
my17560 committed Mar 1, 2023
1 parent ebdbfdb commit 7fa763e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions css/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,6 @@ button:focus
outline: none;
}

blockquote
{
line-height: 24px;
margin-bottom: 24px;
margin-left: 24px;
}

.qq-upload-button,
button,
.btn
Expand Down Expand Up @@ -285,13 +278,18 @@ sup {
vertical-align: super;
}

blockquote
{
margin-left: 24px;
blockquote {
padding: 0 .5em;
border: solid @ini_border;
border-width: 0 0 0 .25em;
line-height: 24px;
margin-bottom: 24px;
}

[dir=rtl] blockquote {
border-width: 0 .25em 0 0;
}

abbr[title], dfn[title] {
/* border-bottom: none; */
cursor: auto;
Expand Down

0 comments on commit 7fa763e

Please sign in to comment.