Make WordPress Core

Changeset 21188


Ignore:
Timestamp:
06/30/2012 08:00:37 AM (13 years ago)
Author:
markjaquith
Message:

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

Location:
trunk/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-classic.dev.css

    r20977 r21188  
    24092409
    24102410.rtl .bar {
    2411     border-right-color: none;
     2411    border-right-color: transparent;
    24122412    border-left-color: #99d;
    24132413}
     
    24432443
    24442444.rtl #adminmenu .wp-submenu .wp-submenu-head {
    2445     border-right-color: none;
     2445    border-right-color: transparent;
    24462446    border-left-color: #d1e5ee;
    24472447}
     
    24872487
    24882488.rtl #post-body .misc-pub-section {
    2489     border-right-color: none;
     2489    border-right-color: transparent;
    24902490    border-left-color: #d1e5ee;
    24912491}
  • trunk/wp-admin/css/colors-fresh.dev.css

    r20977 r21188  
    19961996
    19971997.rtl .bar {
    1998     border-right-color: none;
     1998    border-right-color: transparent;
    19991999    border-left-color: #99d;
    20002000}
     
    20302030
    20312031.rtl #adminmenu .wp-submenu .wp-submenu-head {
    2032     border-right-color: none;
     2032    border-right-color: transparent;
    20332033    border-left-color: #dfdfdf;
    20342034}
     
    20742074
    20752075.rtl #post-body .misc-pub-section {
    2076     border-right-color: none;
     2076    border-right-color: transparent;
    20772077    border-left-color: #eee;
    20782078}
Note: See TracChangeset for help on using the changeset viewer.