Ticket #24231: 24231.1.diff
File 24231.1.diff, 2.0 KB (added by , 11 years ago) |
---|
-
wp-content/themes/twentythirteen/style.css
107 107 } 108 108 109 109 body { 110 -webkit-hyphens: auto;111 -moz-hyphens: auto;112 -ms-hyphens: auto;113 hyphens: auto;114 110 color: #141412; 115 111 line-height: 1.5; 116 112 margin: 0; … … 1018 1014 1019 1015 .hentry { 1020 1016 padding: 40px 0; 1021 word-wrap: break-word;1022 1017 } 1023 1018 1024 1019 .entry-header, … … 1150 1145 * ---------------------------------------------------------------------------- 1151 1146 */ 1152 1147 1148 .entry-content { 1149 -webkit-hyphens: auto; 1150 -moz-hyphens: auto; 1151 -ms-hyphens: auto; 1152 hyphens: auto; 1153 word-wrap: break-word; 1154 } 1155 1153 1156 .entry-content a, 1154 1157 .comment-content a { 1155 1158 color: #bc360a; … … 2542 2545 2543 2546 .widget { 2544 2547 background-color: rgba(247, 245, 231, 0.7); 2548 -webkit-hyphens: auto; 2549 -moz-hyphens: auto; 2550 -ms-hyphens: auto; 2551 hyphens: auto; 2545 2552 font-size: 14px; 2546 2553 margin: 0 0 24px; 2547 2554 padding: 20px; 2555 word-wrap: break-word; 2548 2556 } 2549 2557 2550 2558 .widget .widget-title { -
wp-content/themes/twentythirteen/css/editor-style.css
10 10 11 11 body { 12 12 font-family: "Source Sans Pro", Helvetica, sans-serif; 13 -webkit-hyphens: auto;14 -moz-hyphens: auto;15 -ms-hyphens: auto;16 hyphens: auto;17 13 color: #141412; 18 14 line-height: 1.5; 19 15 text-rendering: optimizeLegibility; … … 126 122 samp { 127 123 font-family: monospace, serif; 128 124 font-size: 14px; 129 -webkit-hyphens: auto;130 -moz-hyphens: auto;131 -ms-hyphens: auto;132 hyphens: none;133 125 } 134 126 135 127 pre { … … 147 139 148 140 blockquote, 149 141 q { 150 -webkit-hyphens: auto;151 -moz-hyphens: auto;152 -ms-hyphens: auto;153 hyphens: none;154 142 quotes: none; 155 143 } 156 144