Changeset 45258
- Timestamp:
- 04/23/2019 07:47:14 PM (5 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss
r44149 r45258 16 16 flex-wrap: wrap; 17 17 .widget { 18 -webkit-hyphens: auto; 19 -moz-hyphens: auto; 20 -ms-hyphens: auto; 21 hyphens: auto; 18 22 width: 100%; 23 word-wrap: break-word; 19 24 @include media(desktop) { 20 25 margin-right: calc(3 * #{$size__spacing-unit}); … … 26 31 .site-info { 27 32 color: $color__text-light; 33 -webkit-hyphens: auto; 34 -moz-hyphens: auto; 35 -ms-hyphens: auto; 36 hyphens: auto; 37 word-wrap: break-word; 28 38 29 39 a { -
trunk/src/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss
r44149 r45258 31 31 32 32 color: $color__text-light; 33 -webkit-hyphens: auto; 34 -moz-hyphens: auto; 35 -ms-hyphens: auto; 36 hyphens: auto; 33 37 position: relative; 38 word-wrap: break-word; 34 39 35 40 @include media(tablet) { -
trunk/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
r44650 r45258 8 8 9 9 .comments-area { 10 -webkit-hyphens: auto; 11 -moz-hyphens: auto; 12 -ms-hyphens: auto; 13 hyphens: auto; 10 14 margin: calc(2 * #{$size__spacing-unit}) $size__spacing-unit; 15 word-wrap: break-word; 11 16 @include postContentMaxWidth(); 12 17 -
trunk/src/wp-content/themes/twentynineteen/sass/typography/_headings.scss
r44650 r45258 146 146 .comments-title, 147 147 blockquote { 148 -webkit-hyphens: auto; 149 -moz-hyphens: auto; 150 -ms-hyphens: auto; 148 151 hyphens: auto; 149 152 word-break: break-word; 153 word-wrap: break-word; 150 154 } 151 155 … … 153 157 .entry-title { 154 158 @include media(tablet) { 159 -webkit-hyphens: none; 160 -moz-hyphens: none; 161 -ms-hyphens: none; 155 162 hyphens: none; 156 163 } -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r45057 r45258 2388 2388 .comments-title, 2389 2389 blockquote { 2390 -webkit-hyphens: auto; 2391 -moz-hyphens: auto; 2392 -ms-hyphens: auto; 2390 2393 hyphens: auto; 2391 2394 word-break: break-word; 2395 word-wrap: break-word; 2392 2396 } 2393 2397 … … 2395 2399 @media only screen and (min-width: 768px) { 2396 2400 .entry-title { 2401 -webkit-hyphens: none; 2402 -moz-hyphens: none; 2403 -ms-hyphens: none; 2397 2404 hyphens: none; 2398 2405 } … … 3729 3736 .site-branding { 3730 3737 color: #767676; 3738 -webkit-hyphens: auto; 3739 -moz-hyphens: auto; 3740 -ms-hyphens: auto; 3741 hyphens: auto; 3731 3742 position: relative; 3743 word-wrap: break-word; 3732 3744 } 3733 3745 … … 4509 4521 4510 4522 .comments-area { 4523 -webkit-hyphens: auto; 4524 -moz-hyphens: auto; 4525 -ms-hyphens: auto; 4526 hyphens: auto; 4511 4527 margin: calc(2 * 1rem) 1rem; 4528 word-wrap: break-word; 4512 4529 /* Add extra margin when the comments section is located immediately after the 4513 4530 * post itself (this happens on pages). … … 5024 5041 5025 5042 #colophon .widget-column .widget { 5043 -webkit-hyphens: auto; 5044 -moz-hyphens: auto; 5045 -ms-hyphens: auto; 5046 hyphens: auto; 5026 5047 width: 100%; 5048 word-wrap: break-word; 5027 5049 } 5028 5050 … … 5036 5058 #colophon .site-info { 5037 5059 color: #767676; 5060 -webkit-hyphens: auto; 5061 -moz-hyphens: auto; 5062 -ms-hyphens: auto; 5063 hyphens: auto; 5064 word-wrap: break-word; 5038 5065 } 5039 5066 -
trunk/src/wp-content/themes/twentynineteen/style.css
r45032 r45258 2388 2388 .comments-title, 2389 2389 blockquote { 2390 -webkit-hyphens: auto; 2391 -moz-hyphens: auto; 2392 -ms-hyphens: auto; 2390 2393 hyphens: auto; 2391 2394 word-break: break-word; 2395 word-wrap: break-word; 2392 2396 } 2393 2397 … … 2395 2399 @media only screen and (min-width: 768px) { 2396 2400 .entry-title { 2401 -webkit-hyphens: none; 2402 -moz-hyphens: none; 2403 -ms-hyphens: none; 2397 2404 hyphens: none; 2398 2405 } … … 3735 3742 .site-branding { 3736 3743 color: #767676; 3744 -webkit-hyphens: auto; 3745 -moz-hyphens: auto; 3746 -ms-hyphens: auto; 3747 hyphens: auto; 3737 3748 position: relative; 3749 word-wrap: break-word; 3738 3750 } 3739 3751 … … 4515 4527 4516 4528 .comments-area { 4529 -webkit-hyphens: auto; 4530 -moz-hyphens: auto; 4531 -ms-hyphens: auto; 4532 hyphens: auto; 4517 4533 margin: calc(2 * 1rem) 1rem; 4534 word-wrap: break-word; 4518 4535 /* Add extra margin when the comments section is located immediately after the 4519 4536 * post itself (this happens on pages). … … 5030 5047 5031 5048 #colophon .widget-column .widget { 5049 -webkit-hyphens: auto; 5050 -moz-hyphens: auto; 5051 -ms-hyphens: auto; 5052 hyphens: auto; 5032 5053 width: 100%; 5054 word-wrap: break-word; 5033 5055 } 5034 5056 … … 5042 5064 #colophon .site-info { 5043 5065 color: #767676; 5066 -webkit-hyphens: auto; 5067 -moz-hyphens: auto; 5068 -ms-hyphens: auto; 5069 hyphens: auto; 5070 word-wrap: break-word; 5044 5071 } 5045 5072
Note: See TracChangeset
for help on using the changeset viewer.