border-right-color: none; should be border-right-color: transparent; props sabreuse. fixes #20587

git-svn-id: https://develop.svn.wordpress.org/trunk@21188 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2012-06-30 08:00:37 +00:00
parent 0b294b9481
commit 0328523e6c
2 changed files with 6 additions and 6 deletions

View File

@ -2408,7 +2408,7 @@ div.widgets-sortables,
------------------------------------------------------------------------------*/
.rtl .bar {
border-right-color: none;
border-right-color: transparent;
border-left-color: #99d;
}
@ -2442,7 +2442,7 @@ div.widgets-sortables,
}
.rtl #adminmenu .wp-submenu .wp-submenu-head {
border-right-color: none;
border-right-color: transparent;
border-left-color: #d1e5ee;
}
@ -2486,7 +2486,7 @@ div.widgets-sortables,
}
.rtl #post-body .misc-pub-section {
border-right-color: none;
border-right-color: transparent;
border-left-color: #d1e5ee;
}

View File

@ -1995,7 +1995,7 @@ div.widgets-sortables,
------------------------------------------------------------------------------*/
.rtl .bar {
border-right-color: none;
border-right-color: transparent;
border-left-color: #99d;
}
@ -2029,7 +2029,7 @@ div.widgets-sortables,
}
.rtl #adminmenu .wp-submenu .wp-submenu-head {
border-right-color: none;
border-right-color: transparent;
border-left-color: #dfdfdf;
}
@ -2073,7 +2073,7 @@ div.widgets-sortables,
}
.rtl #post-body .misc-pub-section {
border-right-color: none;
border-right-color: transparent;
border-left-color: #eee;
}