mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-27 20:40:21 +00:00
Remove table cellspacing attribute from the admin, part-props MattyRob, fixes #22086.
git-svn-id: https://develop.svn.wordpress.org/trunk@27036 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4321,6 +4321,7 @@ td.plugin-title p {
|
||||
|
||||
#post-status-info {
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
#post-status-info td {
|
||||
@@ -5440,6 +5441,7 @@ p.popular-tags a {
|
||||
/* links tables */
|
||||
table.links-table {
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.links-table th {
|
||||
|
||||
Reference in New Issue
Block a user