Make WordPress Core

Ticket #38447: 38447.3.diff

File 38447.3.diff, 2.0 KB (added by laurelfulford, 10 years ago)
  • src/wp-content/themes/twentyseventeen/assets/css/editor-style.css

     
    264264}
    265265
    266266table {
     267        border-collapse: collapse;
    267268        margin: 0 0 1.5em;
    268269        width: 100%;
    269270}
    270271
     272thead th {
     273        border-bottom: 2px solid #bbb;
     274        padding-bottom: 0.5em;
     275}
     276
     277th {
     278        padding: 0.4em;
     279        text-align: left;
     280}
     281
     282tr {
     283        border-bottom: 1px solid #eee;
     284}
     285
     286td {
     287        padding: 0.4em;
     288}
     289
     290th:first-child,
     291td:first-child {
     292        padding-left: 0;
     293}
     294
     295th:last-child,
     296td:last-child {
     297        padding-right: 0;
     298}
     299
    271300a {
    272301        -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
    273302        box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
  • src/wp-content/themes/twentyseventeen/rtl.css

     
    4848        margin-right: 1.5em;
    4949}
    5050
     51th:first-child,
     52td:first-child {
     53        padding-left: 0.4em;
     54        padding-right: 0;
     55}
     56
     57th:last-child,
     58td:last-child {
     59        padding-left: 0;
     60        padding-right: 0.4em;
     61}
     62
    5163/* Forms */
    5264
    5365input[type="radio"],
  • src/wp-content/themes/twentyseventeen/style.css

     
    11141114}
    11151115
    11161116th {
    1117         padding: 0.4em 0;
     1117        padding: 0.4em;
    11181118        text-align: left;
    11191119}
    11201120
     
    11261126        padding: 0.4em;
    11271127}
    11281128
     1129th:first-child,
     1130td:first-child {
     1131        padding-left: 0;
     1132}
     1133
     1134th:last-child,
     1135td:last-child {
     1136        padding-right: 0;
     1137}
     1138
    11291139/*--------------------------------------------------------------
    11301140# Links
    11311141--------------------------------------------------------------*/