Make WordPress Core


Ignore:
Timestamp:
08/16/2007 06:49:32 PM (17 years ago)
Author:
ryan
Message:

RTL CSS fixes from sewar. fixes #4655

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/widgets.php

    r5700 r5884  
    1818    <!--[if IE 7]>
    1919    <style type="text/css">
    20         #palette { float:left; }
     20        #palette { float: <?php echo ( get_bloginfo( 'text_direction' ) == 'rtl' ) ? 'right' : 'left'; ?>; }
    2121    </style>
    2222    <![endif]-->
Note: See TracChangeset for help on using the changeset viewer.