diff --git a/wp-admin/css/nav-menu.dev.css b/wp-admin/css/nav-menu.dev.css index e49290cfce..7580c2381c 100644 --- a/wp-admin/css/nav-menu.dev.css +++ b/wp-admin/css/nav-menu.dev.css @@ -387,13 +387,13 @@ body { -khtml-border-radius: 3px; } -#menu-to-edit .menu-item-invalid .menu-item-handle { - background-color: #f6c9cc; /* Fallback */ - background-image: -ms-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* IE10 */ - background-image: -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Firefox */ - background-image: -o-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Opera */ - background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff)); /* old Webkit */ - background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* new Webkit */ +#menu-to-edit .menu-item-invalid .menu-item-handle { + background-color: #f6c9cc; /* Fallback */ + background-image: -ms-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* IE10 */ + background-image: -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Firefox */ + background-image: -o-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Opera */ + background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff)); /* old Webkit */ + background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* new Webkit */ background-image: linear-gradient(bottom, #f6c9cc, #fdf8ff); /* proposed W3C Markup */ } diff --git a/wp-content/themes/twentyeleven/comments.php b/wp-content/themes/twentyeleven/comments.php index 9eb8acc4c9..359b001c6c 100644 --- a/wp-content/themes/twentyeleven/comments.php +++ b/wp-content/themes/twentyeleven/comments.php @@ -63,7 +63,7 @@ -
- +
- ' . twentyeleven_get_default_link_color( $options['color_scheme'] ) . '' ); ?> + ' . twentyeleven_get_default_link_color( $options['color_scheme'] ) . '' ); ?> @@ -298,8 +298,8 @@ function twentyeleven_theme_options_validate( $input ) { // Color scheme must be in our array of color scheme options if ( isset( $input['color_scheme'] ) && array_key_exists( $input['color_scheme'], twentyeleven_color_schemes() ) ) $output['color_scheme'] = $input['color_scheme']; - - // Our defaults for the link color may have changed, based on the color scheme. + + // Our defaults for the link color may have changed, based on the color scheme. $output['link_color'] = $defaults['link_color'] = twentyeleven_get_default_link_color( $output['color_scheme'] ); // Link color must be 3 or 6 hexadecimal characters @@ -364,7 +364,7 @@ function twentyeleven_print_link_color_style() { } section.recent-posts .other-recent-posts .comments-link a:hover { border-color: ; - } + } article.feature-image.small .entry-summary p a:hover, .entry-header .comments-link a:hover, .entry-header .comments-link a:focus, diff --git a/wp-content/themes/twentyeleven/searchform.php b/wp-content/themes/twentyeleven/searchform.php index 4e8d233900..b83ec1e67f 100644 --- a/wp-content/themes/twentyeleven/searchform.php +++ b/wp-content/themes/twentyeleven/searchform.php @@ -8,7 +8,7 @@ */ ?> diff --git a/wp-content/themes/twentyeleven/showcase.php b/wp-content/themes/twentyeleven/showcase.php index 69435ef32c..0b67650abf 100644 --- a/wp-content/themes/twentyeleven/showcase.php +++ b/wp-content/themes/twentyeleven/showcase.php @@ -54,7 +54,7 @@ get_header(); ?> // The Featured Posts query. $featured = new WP_Query( $featured_args ); - + // Proceed only if published posts exist if ( $featured->have_posts() ) : @@ -98,7 +98,7 @@ get_header(); ?> ?>