Changeset 22404
- Timestamp:
- 11/06/2012 10:29:48 PM (13 years ago)
- Location:
- trunk/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/ie.css
r22314 r22404 380 380 } 381 381 382 .subsubsub li { 383 display: inline; 384 } 385 382 386 table.ie-fixed { 383 387 table-layout: fixed; -
trunk/wp-admin/css/wp-admin.css
r22400 r22404 487 487 488 488 .subsubsub li { 489 display: inline ;489 display: inline-block; 490 490 margin: 0; 491 491 padding: 0; … … 2333 2333 line-height: 14px; 2334 2334 } 2335 2335 2336 2336 .welcome-panel .welcome-write-blog { 2337 2337 background: url('../images/welcome-icons.png') no-repeat 0px -46px; … … 2355 2355 background-size: 16px; 2356 2356 } 2357 2357 2358 2358 .welcome-panel .welcome-edit-page { 2359 2359 background: url('../images/welcome-icons-2x.png') no-repeat 0px -92px; 2360 2360 background-size: 16px; 2361 2361 } 2362 2362 2363 2363 .welcome-panel .welcome-learn-more { 2364 2364 background: url('../images/welcome-icons-2x.png') no-repeat 0px -138px; 2365 2365 background-size: 16px; 2366 2366 } 2367 2367 2368 2368 .welcome-panel .welcome-comments { 2369 2369 background: url('../images/welcome-icons-2x.png') no-repeat 0px -184px; 2370 2370 background-size: 16px; 2371 2371 } 2372 2372 2373 2373 .welcome-panel .welcome-view-site { 2374 2374 background: url('../images/welcome-icons-2x.png') no-repeat 0px -276px; 2375 2375 background-size: 16px; 2376 2376 } 2377 2377 2378 2378 .welcome-panel .welcome-widgets-menus { 2379 2379 background: url('../images/welcome-icons-2x.png') no-repeat 1px -230px; 2380 2380 background-size: 16px; 2381 2381 } 2382 2382 2383 2383 .welcome-panel .welcome-write-blog { 2384 2384 background: url('../images/welcome-icons-2x.png') no-repeat 0px -46px; … … 2416 2416 margin: 0.4em 0 0; 2417 2417 } 2418 2418 2419 2419 .welcome-panel .welcome-add-page, 2420 2420 .welcome-panel .welcome-edit-page,
Note: See TracChangeset
for help on using the changeset viewer.