Twenty Eleven: Remove a useless CSS comment after [53819].

This comment does not apply anymore. Follow-up to [53819].

See #56297.

Built from https://develop.svn.wordpress.org/trunk@53820


git-svn-id: http://core.svn.wordpress.org/trunk@53379 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-08-03 17:17:10 +00:00
parent f05709ac51
commit 39903f841e
2 changed files with 1 additions and 2 deletions

View File

@ -547,7 +547,6 @@ section.recent-posts .other-recent-posts .comments-link > span {
left: auto;
right: 2.2em;
}
/* Use the available space in the smaller comment form */
#content .gallery-columns-3 .gallery-item {
padding-right: 0;
padding-left:2%;

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53819';
$wp_version = '6.1-alpha-53820';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.