Remove unnecessary padding on welcome panel icons at responsive sizes. Fixes #26374, props mattheu.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-03 16:22:11 +00:00
parent b88583c567
commit 3a68881300
4 changed files with 2 additions and 8 deletions

View File

@ -3350,9 +3350,6 @@ form.initial-form.quickpress-open input#title {
margin: 0.4em 0 0;
}
.welcome-panel .welcome-icon {
padding-right: 25px;
}
}
/*------------------------------------------------------------------------------

File diff suppressed because one or more lines are too long

View File

@ -3350,9 +3350,6 @@ form.initial-form.quickpress-open input#title {
margin: 0.4em 0 0;
}
.welcome-panel .welcome-icon {
padding-left: 25px;
}
}
/*------------------------------------------------------------------------------

File diff suppressed because one or more lines are too long