Ticket #26396: 26396.patch
File 26396.patch, 451 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/css/common.css
2064 2064 line-height: inherit; 2065 2065 } 2066 2066 2067 /* contain floats */ 2068 .nav-tab-wrapper:after { 2067 /* modern clearfix */ 2068 .nav-tab-wrapper:after, /* Back-compat for plugins */ 2069 .wp-clearfix:after { 2069 2070 content: ""; 2070 2071 display: table; 2071 2072 clear: both;