Changeset 24153
- Timestamp:
- 05/01/2013 05:50:55 PM (12 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/css/editor-style.css
r24152 r24153 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; … … 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 … … 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 } -
trunk/wp-content/themes/twentythirteen/style.css
r24152 r24153 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; … … 1023 1019 .hentry { 1024 1020 padding: 40px 0; 1025 word-wrap: break-word;1026 1021 } 1027 1022 … … 1154 1149 * ---------------------------------------------------------------------------- 1155 1150 */ 1151 1152 .entry-content { 1153 -webkit-hyphens: auto; 1154 -moz-hyphens: auto; 1155 -ms-hyphens: auto; 1156 hyphens: auto; 1157 word-wrap: break-word; 1158 } 1156 1159 1157 1160 .entry-content a, … … 2547 2550 .widget { 2548 2551 background-color: rgba(247, 245, 231, 0.7); 2552 -webkit-hyphens: auto; 2553 -moz-hyphens: auto; 2554 -ms-hyphens: auto; 2555 hyphens: auto; 2549 2556 font-size: 14px; 2550 2557 margin: 0 0 24px; 2551 2558 padding: 20px; 2559 word-wrap: break-word; 2552 2560 } 2553 2561
Note: See TracChangeset
for help on using the changeset viewer.