Some improvments for having better support for RTL/BiDi contents

This commit is contained in:
Ebrahim Byagowi
2013-06-02 20:53:41 +01:00
parent 5604374691
commit c1d5c699a2
4 changed files with 13 additions and 4 deletions

View File

@@ -15,6 +15,10 @@
padding-left: 25px;
}
.rtl .entry-header, .rtl .entry-body-content, .rtl.entry-name {
direction: rtl;
}
#feed-accordion .entry {
border-bottom: 1px solid #CCCCCC;
}
@@ -85,6 +89,10 @@
display: block;
}
#feed-accordion .entry-header {
max-width: 650px;
}
#feed-accordion .entry-body-content {
max-width: 650px;
color: black;