Changeset 18125
- Timestamp:
- 06/02/2011 10:19:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
wp-admin/admin-header.php (modified) (1 diff)
-
wp-content/themes/twentyeleven/inc/theme-options.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r17957 r18125 86 86 $admin_body_class .= ' admin-bar'; 87 87 88 if ( is_rtl() ) 89 $admin_body_class .= ' rtl'; 90 88 91 $admin_body_class .= ' branch-' . str_replace( '.', '-', floatval( $wp_version ) ); 89 92 $admin_body_class .= ' version-' . str_replace( '.', '-', preg_replace( '/^([.0-9]+).*/', '$1', $wp_version ) ); -
trunk/wp-content/themes/twentyeleven/inc/theme-options.css
r17754 r18125 29 29 padding: 4px 14px; 30 30 } 31 32 body.rtl .image-radio-option label { 33 float: right; 34 margin: 0 2px 20px 30px; 35 }
Note: See TracChangeset
for help on using the changeset viewer.