Changeset 15048
- Timestamp:
- 05/28/2010 10:40:56 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/ms.css
r14582 r15048 1 #dashboard_right_now p.musub{margin-top:12px;border-top:1px solid #ececec;padding-left:16px;position:static;}#dashboard_right_now td.b a.musublink{font-size:16px;}#dashboard_right_now div.musubtable{border-top:none;} .ms-sites-php .postbox h3{cursor:auto;}.ms-sites-php .postbox .description{margin:10px 0 0;padding:0 10px 10px;border-bottom:1px solid #DFDFDF;}tr.site-deleted{background:#ff8573;}tr.site-spammed{background:#faa;}tr.site-archived{background:#ffebe8;}tr.site-mature{background:#fecac2;}1 #dashboard_right_now p.musub{margin-top:12px;border-top:1px solid #ececec;padding-left:16px;position:static;}#dashboard_right_now td.b a.musublink{font-size:16px;}#dashboard_right_now div.musubtable{border-top:none;}#dashboard_right_now div.musubtable .t{white-space:normal;}.ms-sites-php .postbox h3{cursor:auto;}.ms-sites-php .postbox .description{margin:10px 0 0;padding:0 10px 10px;border-bottom:1px solid #DFDFDF;}tr.site-deleted{background:#ff8573;}tr.site-spammed{background:#faa;}tr.site-archived{background:#ffebe8;}tr.site-mature{background:#fecac2;} -
trunk/wp-admin/css/ms.dev.css
r14582 r15048 13 13 #dashboard_right_now div.musubtable { 14 14 border-top: none; 15 } 16 17 #dashboard_right_now div.musubtable .t { 18 white-space: normal; 15 19 } 16 20 -
trunk/wp-includes/script-loader.php
r15046 r15048 451 451 $styles->add_data( 'colors-classic', 'rtl', true ); 452 452 453 $styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '201005 12' );453 $styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20100528' ); 454 454 $styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20100108' ); 455 455 $styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20100519' );
Note: See TracChangeset
for help on using the changeset viewer.