diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/themes/twentyfourteen/rtl.css --- a/wp/wp-content/themes/twentyfourteen/rtl.css Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/themes/twentyfourteen/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 */ /** @@ -288,6 +288,9 @@ margin-left: 10px; } +.comment-form #wp-comment-cookies-consent { + margin: 0 0 0 10px; +} /** * 7.0 Sidebars @@ -335,6 +338,10 @@ margin: 0 20px 0 0; } +.widget_text ul, +.widget_text ol { + margin: 0 10px 12px 0; +} /** * 7.2 Content Sidebar Widgets @@ -351,6 +358,14 @@ margin: -1px 0 0 18px; } +/** + * 8.0 Footer + * ----------------------------------------------------------------------------- + */ + +.site-info span[role=separator] { + padding: 0 0.5em; +} /** * 9.0 Featured Content @@ -851,4 +866,4 @@ margin-left: -18%; margin-right: auto; } -} \ No newline at end of file +}