Changeset 38963
- Timestamp:
- 10/26/2016 05:24:06 PM (9 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-style.css
r38833 r38963 265 265 266 266 table { 267 border-collapse: collapse; 267 268 margin: 0 0 1.5em; 268 269 width: 100%; 270 } 271 272 thead th { 273 border-bottom: 2px solid #bbb; 274 padding-bottom: 0.5em; 275 } 276 277 th { 278 padding: 0.4em; 279 text-align: left; 280 } 281 282 tr { 283 border-bottom: 1px solid #eee; 284 } 285 286 td { 287 padding: 0.4em; 288 } 289 290 th:first-child, 291 td:first-child { 292 padding-left: 0; 293 } 294 295 th:last-child, 296 td:last-child { 297 padding-right: 0; 269 298 } 270 299 -
trunk/src/wp-content/themes/twentyseventeen/rtl.css
r38962 r38963 47 47 margin-left: 0; 48 48 margin-right: 1.5em; 49 } 50 51 th:first-child, 52 td:first-child { 53 padding-left: 0.4em; 54 padding-right: 0; 55 } 56 57 th:last-child, 58 td:last-child { 59 padding-left: 0; 60 padding-right: 0.4em; 49 61 } 50 62 … … 497 509 } 498 510 499 @media screen and ( min-width: 67em) {511 @media screen and (min-width: 67em) { 500 512 501 513 /* Sticky posts */ … … 507 519 } 508 520 509 @media screen and ( min-width: 79em) {521 @media screen and (min-width: 79em) { 510 522 511 523 .has-sidebar #primary .entry-content blockquote.alignright, -
trunk/src/wp-content/themes/twentyseventeen/style.css
r38962 r38963 1115 1115 1116 1116 th { 1117 padding: 0.4em 0;1117 padding: 0.4em; 1118 1118 text-align: left; 1119 1119 } … … 1125 1125 td { 1126 1126 padding: 0.4em; 1127 } 1128 1129 th:first-child, 1130 td:first-child { 1131 padding-left: 0; 1132 } 1133 1134 th:last-child, 1135 td:last-child { 1136 padding-right: 0; 1127 1137 } 1128 1138
Note: See TracChangeset
for help on using the changeset viewer.