Changeset 24297
- Timestamp:
- 05/19/2013 08:25:24 PM (12 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r24294 r24297 2444 2444 background-size: 16px auto; 2445 2445 } 2446 2446 2447 2447 /* 16px post formats */ 2448 2448 .post-format-change span.icon, … … 2451 2451 background-size: 320px 32px; 2452 2452 } 2453 2453 2454 2454 /* 32px */ 2455 2455 .post-format-options a div, … … 2464 2464 #icon-edit.wp-format-quote, 2465 2465 #icon-edit.wp-format-link { 2466 background : url(../images/post-formats64-vs.png) no-repeat;2466 background-image: url(../images/post-formats64-vs.png); 2467 2467 background-size: 640px 64px; 2468 2468 } … … 2476 2476 /* 16px responsive post formats */ 2477 2477 .post-format-options a div { 2478 background : url(../images/post-formats32-vs.png) no-repeat;2478 background-image: url(../images/post-formats32-vs.png); 2479 2479 background-size: 320px 32px; 2480 2480 } -
trunk/wp-admin/css/colors-fresh.css
r24294 r24297 2332 2332 background-size: 16px auto; 2333 2333 } 2334 2334 2335 2335 /* 16px post formats */ 2336 2336 .post-format-change span.icon, … … 2339 2339 background-size: 320px 32px; 2340 2340 } 2341 2341 2342 2342 /* 32px */ 2343 2343 .post-format-options a div, … … 2352 2352 #icon-edit.wp-format-quote, 2353 2353 #icon-edit.wp-format-link { 2354 background : url(../images/post-formats64.png) no-repeat;2354 background-image: url(../images/post-formats64.png); 2355 2355 background-size: 640px 64px; 2356 2356 } … … 2364 2364 /* 16px responsive post formats */ 2365 2365 .post-format-options a div { 2366 background : url(../images/post-formats32.png) no-repeat;2366 background-image: url(../images/post-formats32.png); 2367 2367 background-size: 320px 32px; 2368 2368 }
Note: See TracChangeset
for help on using the changeset viewer.