[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentynineteen/sass/elements/ -> _tables.scss (source)

   1  table {
   2      margin: 0 0 $size__spacing-unit;
   3      border-collapse: collapse;
   4      width: 100%;
   5      @include font-family( $font__heading );
   6  
   7      td,
   8      th {
   9          padding: 0.5em;
  10          border: 1px solid $color__text-light;
  11          word-break: break-all;
  12      }
  13  }


Generated : Fri Apr 19 08:20:01 2024 Cross-referenced by PHPXref