Don't dbxize wrappers. Props andy. fixes #2987

git-svn-id: https://develop.svn.wordpress.org/trunk@4621 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2006-12-07 00:08:18 +00:00
parent c0b9ade921
commit eb9bedc517
2 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -1149,7 +1149,7 @@ overall, dbx-box is best left as visually unstyled as possible
background: #2685af url(images/box-head-right.gif) no-repeat top right;
}
#advancedstuff div.dbx-handle-wrapper {
#advancedstuff div.dbx-h-andle-wrapper {
margin: 0 0 0 -7px;
background: #fff url(images/box-head-left.gif) no-repeat top left;
}
@@ -1165,7 +1165,7 @@ overall, dbx-box is best left as visually unstyled as possible
padding-right: 17px;
}
#advancedstuff div.dbx-content-wrapper {
#advancedstuff div.dbx-c-ontent-wrapper {
margin-left: -7px;
margin-right: 0;
background: url(images/box-bg-left.gif) repeat-y left;
@@ -1177,11 +1177,11 @@ overall, dbx-box is best left as visually unstyled as possible
background: url(images/box-butt-right.gif) no-repeat bottom right;
}
#advancedstuff div.dbx-box-wrapper {
#advancedstuff div.dbx-b-ox-wrapper {
background: url(images/box-butt-left.gif) no-repeat bottom left;
}
#advancedstuff .dbx-box-closed div.dbx-content-wrapper {
#advancedstuff .dbx-box-closed div.dbx-c-ontent-wrapper {
padding-bottom: 2px;
background: url(images/box-butt-left.gif) no-repeat bottom left;
}