Skip to content

Commit 14b1e2d

Browse files
committed
update
1 parent 823fa26 commit 14b1e2d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

source/less/_article.less

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,13 @@
164164
margin-right: 7px;
165165
}
166166
}
167-
&.right{
168-
p{
169-
text-align: right;
167+
&.pullquote{
168+
&.right{
169+
border-left: none;
170+
border-right: @border_radius_code_block solid @theme_bg_quote;
171+
p{
172+
text-align: right;
173+
}
170174
}
171175
}
172176
}

0 commit comments

Comments
 (0)