--- a/wp/wp-content/themes/twentythirteen/rtl.css Tue Jun 09 11:14:17 2015 +0000
+++ b/wp/wp-content/themes/twentythirteen/rtl.css Mon Oct 14 17:39:30 2019 +0200
@@ -4,7 +4,7 @@
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
-See http://codex.wordpress.org/Right_to_Left_Language_Support
+See https://codex.wordpress.org/Right_to_Left_Language_Support
*/
/**
@@ -495,6 +495,10 @@
float: right;
}
+.comment-form #wp-comment-cookies-consent {
+ margin: 0 0 0 10px;
+}
+
.form-allowed-tags code {
margin-left: auto;
margin-right: 3px;
@@ -535,6 +539,12 @@
margin-right: 20px;
}
+.widget_text ul,
+.widget_text ol {
+ padding-left: auto;
+ padding-right: 20px;
+}
+
/**
* 7.0 Footer
* ----------------------------------------------------------------------------
@@ -561,6 +571,9 @@
margin-right: auto;
}
+.site-footer span[role=separator] {
+ padding: 0 0.5em;
+}
/**
* 8.0 Media Queries
@@ -763,4 +776,4 @@
margin-left: 0;
margin-right: auto;
}
-}
\ No newline at end of file
+}