Ticket #61753: 61753.patch
File 61753.patch, 1.8 KB (added by , 5 months ago) |
---|
-
src/wp-content/themes/twentyeleven/editor-style.css
119 119 code, kbd, samp, var { 120 120 font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; 121 121 } 122 pre code { 123 font-size: inherit; 124 } 122 125 abbr, acronym, dfn { 123 126 border-bottom: 1px dotted #666; 124 127 cursor: help; -
src/wp-content/themes/twentyeleven/style.css
408 408 code, kbd, samp, var { 409 409 font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; 410 410 } 411 pre code { 412 font-size: inherit; 413 } 411 414 abbr, acronym, dfn { 412 415 border-bottom: 1px dotted #666; 413 416 cursor: help; -
src/wp-content/themes/twentytwelve/editor-style.css
157 157 font-size: 0.857142857rem; 158 158 line-height: 2; 159 159 } 160 pre code { 161 font-size: inherit; 162 } 160 163 abbr, 161 164 acronym, 162 165 dfn { -
src/wp-content/themes/twentytwelve/style.css
903 903 .entry-content pre code, 904 904 .comment-content pre code { 905 905 display: block; 906 font-size: inherit; 906 907 } 907 908 .entry-content abbr, 908 909 .comment-content abbr,