Changeset 57897
- Timestamp:
- 03/28/2024 08:56:16 PM (10 months ago)
- Location:
- trunk/src/wp-content/themes/twentytwelve/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/css/blocks.css
r55312 r57897 243 243 } 244 244 245 .wp-block-table[style*="font-size"] *, 246 .wp-block-table[class*="-font-size"] * { 247 font-size: inherit; 248 } 249 245 250 /*-------------------------------------------------------------- 246 251 4.0 Blocks - Layout Elements -
trunk/src/wp-content/themes/twentytwelve/css/editor-blocks.css
r55312 r57897 316 316 } 317 317 318 .editor-styles-wrapper .wp-block-table[style*="font-size"] *, 319 .editor-styles-wrapper .wp-block-table[class*="-font-size"] * { 320 font-size: inherit; 321 } 322 318 323 .editor-block-list__block .wp-block-table th { 319 324 border: 0;
Note: See TracChangeset
for help on using the changeset viewer.