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

git-svn-id: http://core.svn.wordpress.org/trunk@21188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2012-06-30 08:00:37 +00:00
parent 8baa55f667
commit a34aba2eb0
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;
}