Display blockquote border on the right for RTL content
This commit is contained in:
parent
c55df61e21
commit
0c9c643da5
@ -487,6 +487,13 @@ nav .active a {
|
|||||||
margin-left: 25px;
|
margin-left: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#item-content[dir="rtl"] blockquote {
|
||||||
|
border-right: 4px solid #ddd;
|
||||||
|
border-left: none;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#item-content img,
|
#item-content img,
|
||||||
#item-content > a img,
|
#item-content > a img,
|
||||||
#item-content > img,
|
#item-content > img,
|
||||||
|
Loading…
Reference in New Issue
Block a user