Ticket #58362: 58362.diff
File 58362.diff, 1.4 KB (added by , 14 months ago) |
---|
-
src/wp-content/themes/twentyten/blocks.css
156 156 background: #f2f7fc; 157 157 } 158 158 159 #content .wp-block-table[style*="font-size"] *, 160 #content .wp-block-table[class*="-font-size"] *, 161 #content .wp-block-calendar[style*="font-size"] *, 162 #content .wp-block-calendar[class*="-font-size"] * { 163 font-size: inherit; 164 line-height: 1.5; 165 } 166 159 167 /*-------------------------------------------------------------- 160 168 4.0 Blocks - Layout Elements 161 169 --------------------------------------------------------------*/ -
src/wp-content/themes/twentyten/editor-blocks.css
294 294 padding-top: 0; 295 295 } 296 296 297 .wp-block-table[style*="font-size"] *, 298 .wp-block-table[class*="-font-size"] *, 299 .wp-block-calendar[style*="font-size"] *, 300 .wp-block-calendar[class*="-font-size"] * { 301 font-size: inherit; 302 line-height: 1.5; 303 } 304 297 305 /*-------------------------------------------------------------- 298 306 5.0 Blocks - Widgets 299 307 --------------------------------------------------------------*/