Changeset 26731
- Timestamp:
- 12/06/2013 06:34:05 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Gruntfile.js (modified) (1 diff)
-
src/wp-admin/css/wp-admin.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r26667 r26731 125 125 cssjanus: { 126 126 core: { 127 options: { 128 swapLtrRtlInUrl: false 129 }, 127 130 expand: true, 128 131 cwd: SOURCE_DIR, -
trunk/src/wp-admin/css/wp-admin.css
r26730 r26731 4327 4327 } 4328 4328 4329 .rtl #content-resize-handle, 4330 .rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize { 4331 background: transparent url('../images/resize-rtl.gif') no-repeat scroll right bottom; 4332 } 4333 4329 4334 #post-body .wp_themeSkin .mceStatusbar a.mceResize { 4330 4335 bottom: 3px; … … 11429 11434 } 11430 11435 11436 .rtl #content-resize-handle, 11437 .rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize { 11438 background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll right bottom; 11439 } 11440 11431 11441 /* Back-compat for pre-3.8 */ 11432 11442 div.star-holder {
Note: See TracChangeset
for help on using the changeset viewer.