mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 18:08:09 +01:00
Bump H3 headings to H2 on the {Term} screens for better accessibility.
Props mrahmadawais. Fixes #33658. Built from https://develop.svn.wordpress.org/trunk@33917 git-svn-id: http://core.svn.wordpress.org/trunk@33886 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
acc7f66cf9
commit
9957d43e13
@ -1018,7 +1018,7 @@ span.description,
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-wrap h3 {
|
.col-wrap h2 {
|
||||||
margin: 12px 0;
|
margin: 12px 0;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
@ -1018,7 +1018,7 @@ span.description,
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-wrap h3 {
|
.col-wrap h2 {
|
||||||
margin: 12px 0;
|
margin: 12px 0;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -422,7 +422,7 @@ if ( !is_null( $tax->labels->popular_items ) ) {
|
|||||||
if ( $tag_cloud ) :
|
if ( $tag_cloud ) :
|
||||||
?>
|
?>
|
||||||
<div class="tagcloud">
|
<div class="tagcloud">
|
||||||
<h3><?php echo $tax->labels->popular_items; ?></h3>
|
<h2><?php echo $tax->labels->popular_items; ?></h2>
|
||||||
<?php echo $tag_cloud; unset( $tag_cloud ); ?>
|
<?php echo $tag_cloud; unset( $tag_cloud ); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
@ -475,7 +475,7 @@ if ( current_user_can($tax->cap->edit_terms) ) {
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="form-wrap">
|
<div class="form-wrap">
|
||||||
<h3><?php echo $tax->labels->add_new_item; ?></h3>
|
<h2><?php echo $tax->labels->add_new_item; ?></h2>
|
||||||
<form id="addtag" method="post" action="edit-tags.php" class="validate"
|
<form id="addtag" method="post" action="edit-tags.php" class="validate"
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-33916';
|
$wp_version = '4.4-alpha-33917';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user