Administration: Fix some HTML validation errors.

Fixes some minor HTML issues in the admin and, most notably, changes the rel
attribute used in the List Tables from `rel="permalink"` to `rel="bookmark"`.

Props mihai2u, pento, arena, topher1kenobe, michalzuber, stubgo.
Fixes #37004.

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


git-svn-id: http://core.svn.wordpress.org/trunk@40680 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2017-05-23 17:58:43 +00:00
parent da0a505497
commit 3aabc09e9c
14 changed files with 31 additions and 23 deletions
+3 -1
View File
@@ -650,8 +650,10 @@ ul#add-to-blog-users {
font-weight: 600;
}
.form-table th.th-full {
.form-table th.th-full, /* Not used by core. Back-compat for pre-4.8 */
.form-table .td-full {
width: auto;
padding: 20px 0 20px 10px;
font-weight: 400;
}