Moves orphaned sidebars to main content area above Inactive Widgets, props aaroncampbell, see #17979

git-svn-id: https://develop.svn.wordpress.org/trunk@18631 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-09-03 03:01:11 +00:00
parent 4782c3dc6f
commit bcd9d1a36e
10 changed files with 64 additions and 48 deletions

View File

@@ -2160,7 +2160,7 @@ div.widget-liquid-right {
clear: left;
}
#wp_inactive_widgets .widget {
.inactive-sidebar .widget {
float: right;
}
@@ -2172,7 +2172,7 @@ div.sidebar-name h3 {
float: right;
}
#wp_inactive_widgets .widget-placeholder {
.inactive-sidebar .widget-placeholder {
float: right;
}
@@ -2189,4 +2189,3 @@ div.sidebar-name h3 {
float: left;
}