Fix padding for parent theme link on Edit Themes screen.
props kraftner. fixes #27825. Built from https://develop.svn.wordpress.org/trunk@29791 git-svn-id: http://core.svn.wordpress.org/trunk@29563 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
32cd803685
commit
b96ba570ea
|
@ -2750,7 +2750,7 @@ img {
|
|||
margin: 4px 0;
|
||||
}
|
||||
|
||||
#templateside a,
|
||||
#templateside li a,
|
||||
.theme-editor-php .highlight {
|
||||
display: block;
|
||||
padding: 3px 12px 3px 3px;
|
||||
|
|
|
@ -2750,7 +2750,7 @@ img {
|
|||
margin: 4px 0;
|
||||
}
|
||||
|
||||
#templateside a,
|
||||
#templateside li a,
|
||||
.theme-editor-php .highlight {
|
||||
display: block;
|
||||
padding: 3px 3px 3px 12px;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue