Display blockquote border on the right for RTL content

This commit is contained in:
Frédéric Guillot 2014-03-19 18:14:41 -04:00
parent c55df61e21
commit 0c9c643da5
1 changed files with 7 additions and 0 deletions

View File

@ -487,6 +487,13 @@ nav .active a {
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 > a img,
#item-content > img,