Ticket #26396: 26396.2.patch
File 26396.2.patch, 829 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/css/common.css
114 114 clear: both; 115 115 } 116 116 117 /* modern clearfix */ 118 .nav-tab-wrapper:after, /* Back-compat for plugins */ 119 .wp-clearfix:after { 120 content: ""; 121 display: table; 122 clear: both; 123 } 124 117 125 /* Hide visually but not from screen readers */ 118 126 .screen-reader-text, 119 127 .screen-reader-text span, … … 2064 2072 line-height: inherit; 2065 2073 } 2066 2074 2067 /* contain floats */2068 .nav-tab-wrapper:after {2069 content: "";2070 display: table;2071 clear: both;2072 }2073 2074 2075 /*------------------------------------------------------------------------------ 2075 2076 26.0 - Misc 2076 2077 ------------------------------------------------------------------------------*/