Revert [26618], no longer needed after reverting [26593], also fails to remove a border-top from .widget-inside when the widget is in a sidebar. See #26391.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2013-12-04 18:54:10 +00:00
parent 014d84cd1a
commit 414a0f0693
4 changed files with 4 additions and 4 deletions

View File

@ -10813,7 +10813,7 @@ input.newtag:focus ~ div.taghint {
user-select: none;
}
.widget-inside {
.widgets-holder-wrap .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

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

File diff suppressed because one or more lines are too long