- Timestamp:
- 12/14/2018 02:32:33 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43808,43821,43842,43860,43892,43904,43909,43926-43929,43956,43961-43963
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/sass/elements/_tables.scss
r43808 r44149 1 1 table { 2 2 margin: 0 0 $size__spacing-unit; 3 border-collapse: collapse; 3 4 width: 100%; 5 font-family: $font__heading; 4 6 5 td, th { 6 border-color: $color__text-light; 7 td, 8 th { 9 padding: 0.5em; 10 border: 1px solid $color__text-light; 11 word-break: break-all; 7 12 } 8 13 }
Note: See TracChangeset
for help on using the changeset viewer.