summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfourteen/rtl.css')
-rw-r--r--themes/twentyfourteen/rtl.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/themes/twentyfourteen/rtl.css b/themes/twentyfourteen/rtl.css
index 5ff7312c..58d97579 100644
--- a/themes/twentyfourteen/rtl.css
+++ b/themes/twentyfourteen/rtl.css
@@ -288,6 +288,9 @@ td {
margin-left: 10px;
}
+.comment-form #wp-comment-cookies-consent {
+ margin: 0 0 0 10px;
+}
/**
* 7.0 Sidebars
@@ -355,6 +358,14 @@ td {
margin: -1px 0 0 18px;
}
+/**
+ * 8.0 Footer
+ * -----------------------------------------------------------------------------
+ */
+
+.site-info span[role=separator] {
+ padding: 0 0.5em;
+}
/**
* 9.0 Featured Content
@@ -855,4 +866,4 @@ td {
margin-left: -18%;
margin-right: auto;
}
-} \ No newline at end of file
+}