Ensure that .widget-inside gets the necessary interior padding regardless of its containing element. Fixes #26391, props cainm.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-04 18:17:10 +00:00
parent 757a470708
commit 0b4708ea9e
4 changed files with 10 additions and 10 deletions

View File

@ -10815,7 +10815,7 @@ input.newtag:focus ~ div.taghint {
user-select: none;
}
.widgets-holder-wrap .widget-inside {
.widget-inside {
border-top: none;
padding: 1px 15px 15px 15px;
line-height: 16px;

File diff suppressed because one or more lines are too long

View File

@ -10815,7 +10815,7 @@ input.newtag:focus ~ div.taghint {
user-select: none;
}
.widgets-holder-wrap .widget-inside {
.widget-inside {
border-top: none;
padding: 1px 15px 15px 15px;
line-height: 16px;

File diff suppressed because one or more lines are too long