Notices: improve styling consistency of links within notices.

For accessibility, links inside lines or blocks of text should be always underlined.

Props walbo.
Fixes #34606.
Built from https://develop.svn.wordpress.org/trunk@35801


git-svn-id: http://core.svn.wordpress.org/trunk@35765 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2015-12-06 22:00:26 +00:00
parent 0e8e5124c1
commit bc7950519b
7 changed files with 5 additions and 15 deletions

View File

@ -1336,7 +1336,6 @@ div.error p,
.updated a {
padding-bottom: 2px;
text-decoration: none;
}
.notice-alt {

View File

@ -1336,7 +1336,6 @@ div.error p,
.updated a {
padding-bottom: 2px;
text-decoration: none;
}
.notice-alt {

View File

@ -45,10 +45,6 @@
clear: both;
}
.themes-php div.updated a {
text-decoration: underline;
}
/**
* Main theme element
* (has flexible margins)

View File

@ -45,10 +45,6 @@
clear: both;
}
.themes-php div.updated a {
text-decoration: underline;
}
/**
* Main theme element
* (has flexible margins)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-35800';
$wp_version = '4.5-alpha-35801';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.