Changeset 58633
- Timestamp:
- 07/03/2024 10:27:33 AM (10 months ago)
- Location:
- trunk/src/wp-content/themes/twentyten
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/blocks.css
r56080 r58633 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 -
trunk/src/wp-content/themes/twentyten/editor-blocks.css
r56081 r58633 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
Note: See TracChangeset
for help on using the changeset viewer.