Changeset 248592 for twentyfourteen/4.1/css/blocks.css
- Timestamp:
- 11/12/2024 11:51:21 PM (13 months ago)
- Location:
- twentyfourteen/4.1
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from twentyfourteen/4.0)
-
css/blocks.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
twentyfourteen/4.1/css/blocks.css
r235016 r248592 238 238 } 239 239 240 .wp-block-table: not(.is-style-stripes) th,241 .wp-block-table: not(.is-style-stripes) td {240 .wp-block-table:where(:not(.is-style-stripes)) th, 241 .wp-block-table:where(:not(.is-style-stripes)) td { 242 242 border-color: rgba(0, 0, 0, 0.1); 243 243 border-width: 0 1px 1px 0; 244 }245 246 .wp-block-table:not(.is-style-stripes) table[class*="-text-color"] * {247 border-color: inherit;248 border: 1px solid;249 244 } 250 245
Note: See TracChangeset
for help on using the changeset viewer.