Changeset 44307
- Timestamp:
- 12/18/2018 10:56:53 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 44203-44205,44235
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
r44152 r44307 156 156 /* Typography for Chinese Font */ 157 157 158 html[lang^="zh-"] .edit-post-visual-editor .editor-block-list__block, 158 html[lang^="zh-"] .edit-post-visual-editor .editor-block-list__block { 159 font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif; 160 } 161 159 162 html[lang="zh-CN"] .edit-post-visual-editor .editor-block-list__block { 160 font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;163 font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif; 161 164 } 162 165 -
trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-style.css
r43493 r44307 233 233 } 234 234 235 ol {236 counter-reset: item;237 }238 239 235 ol > li { 240 display: block;241 236 position: relative; 242 }243 244 ol > li:before {245 content: counter(item);246 counter-increment: item;247 font-weight: 800;248 left: -1.5em;249 position: absolute;250 237 } 251 238 … … 334 321 img { 335 322 height: auto; /* Make sure images are scaled correctly. */ 336 width: inherit; /* Make images fill their parent's space. Solves IE8. */337 323 max-width: 100%; /* Adhere to container width. */ 338 324 } … … 581 567 } 582 568 583 .rtl ol {584 counter-reset: item;585 }586 587 569 .rtl ol > li:before { 588 570 left: auto; -
trunk/src/wp-content/themes/twentyseventeen/style.css
r44279 r44307 981 981 height: 3em; 982 982 max-width: 100%; 983 } 984 985 input[type="radio"]:focus, 986 input[type="checkbox"]:focus { 987 outline: thin dotted #333; 983 988 } 984 989
Note: See TracChangeset
for help on using the changeset viewer.