diff --git a/wp-content/themes/twentyeleven/rtl.css b/wp-content/themes/twentyeleven/rtl.css index 5241297fc6..7e1f3dbf0e 100644 --- a/wp-content/themes/twentyeleven/rtl.css +++ b/wp-content/themes/twentyeleven/rtl.css @@ -444,7 +444,10 @@ section.recent-posts .other-recent-posts .comments-link > span { -moz-box-shadow: -1px 2px 2px rgba(204,204,204,0.8); box-shadow: -1px 2px 2px rgba(204,204,204,0.8); } -#respond .comment-form label .required { +#respond .comment-form-author .required, +#respond .comment-form-email .required, +#respond .comment-form-url .required, +#respond .comment-form-comment .required { float: left; margin-left: 0; margin-right: 4px; @@ -545,11 +548,6 @@ section.recent-posts .other-recent-posts .comments-link > span { right: 2.2em; } /* Use the available space in the smaller comment form */ - #respond .comment-form-author .required, - #respond .comment-form-email .required { - left: auto; - right: 95%; - } #content .gallery-columns-3 .gallery-item { padding-right: 0; padding-left:2%; diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 328c33a6e1..e6f7d7d70d 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -2240,7 +2240,10 @@ a.comment-reply-link > span { font-size: 22px; font-weight: bold; } -#respond .comment-form label .required { +#respond .comment-form-author .required, +#respond .comment-form-email .required, +#respond .comment-form-url .required, +#respond .comment-form-comment .required { float: right; margin-left: 4px; } @@ -2616,10 +2619,6 @@ p.comment-form-comment { #respond input[type="text"] { width: 95%; } - #respond .comment-form-author .required, - #respond .comment-form-email .required { - left: 95%; - } #content .gallery-columns-3 .gallery-item { width: 31%; padding-right: 2%; diff --git a/wp-includes/version.php b/wp-includes/version.php index dd7119bd2e..3a3343fd4b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53818'; +$wp_version = '6.1-alpha-53819'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.