summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfourteen/rtl.css')
-rw-r--r--themes/twentyfourteen/rtl.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/twentyfourteen/rtl.css b/themes/twentyfourteen/rtl.css
index 58d97579..128f64fc 100644
--- a/themes/twentyfourteen/rtl.css
+++ b/themes/twentyfourteen/rtl.css
@@ -166,6 +166,10 @@ td {
padding-left: 7px;
}
+.entry-content p span[id^="more-"] {
+ float: right;
+}
+
/**
* 6.5 Galleries
@@ -317,11 +321,14 @@ td {
text-align: right;
}
+.widget_calendar .wp-calendar-nav-prev,
.widget_calendar #prev {
padding-right: 5px;
padding-left: 0;
+ text-align: right;
}
+.widget_calendar .wp-calendar-nav-next,
.widget_calendar #next {
padding-right: 0;
padding-left: 5px;