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:
Sergey Biryukov 2014-09-29 14:10:15 +00:00
parent 32cd803685
commit b96ba570ea
4 changed files with 4 additions and 4 deletions

View File

@ -2750,7 +2750,7 @@ img {
margin: 4px 0;
}
#templateside a,
#templateside li a,
.theme-editor-php .highlight {
display: block;
padding: 3px 12px 3px 3px;

View File

@ -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