Twenty Fifteen: make sure the 'says:' in comments is readable by a screen-reader.

Fixes #30479.


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


git-svn-id: http://core.svn.wordpress.org/trunk@30560 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-11-25 21:05:23 +00:00
parent e11418abdc
commit a360658866
2 changed files with 2 additions and 5 deletions

View File

@ -1173,6 +1173,7 @@ a:focus {
*/ */
/* Text meant only for screen readers */ /* Text meant only for screen readers */
.says,
.screen-reader-text { .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px); clip: rect(1px, 1px, 1px, 1px);
height: 1px; height: 1px;
@ -2218,10 +2219,6 @@ a.post-thumbnail:focus {
width: 24px; width: 24px;
} }
.says {
display: none;
}
.bypostauthor > article .fn:after { .bypostauthor > article .fn:after {
content: "\f304"; content: "\f304";
position: relative; position: relative;

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.1-beta2-30569'; $wp_version = '4.1-beta2-30570';
/** /**
* 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.