diff --git src/wp-content/themes/twentyeleven/editor-style.css src/wp-content/themes/twentyeleven/editor-style.css
index 77342bf691..05da1be43f 100644
|
|
pre { |
119 | 119 | code, kbd, samp, var { |
120 | 120 | font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; |
121 | 121 | } |
| 122 | |
| 123 | pre code { |
| 124 | font-size: inherit; |
| 125 | } |
| 126 | |
122 | 127 | abbr, acronym, dfn { |
123 | 128 | border-bottom: 1px dotted #666; |
124 | 129 | cursor: help; |
diff --git src/wp-content/themes/twentyeleven/style.css src/wp-content/themes/twentyeleven/style.css
index 19fd0881ad..86346dacc9 100644
|
|
pre { |
407 | 407 | code, kbd, samp, var { |
408 | 408 | font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; |
409 | 409 | } |
| 410 | |
| 411 | pre code { |
| 412 | font-size: inherit; |
| 413 | } |
| 414 | |
410 | 415 | abbr, acronym, dfn { |
411 | 416 | border-bottom: 1px dotted #666; |
412 | 417 | cursor: help; |
diff --git src/wp-content/themes/twentytwelve/editor-style.css src/wp-content/themes/twentytwelve/editor-style.css
index 24e9b24f63..3e9cd16c70 100644
|
|
var { |
157 | 157 | font-size: 0.857142857rem; |
158 | 158 | line-height: 2; |
159 | 159 | } |
| 160 | |
| 161 | pre code { |
| 162 | font-size: inherit; |
| 163 | } |
| 164 | |
160 | 165 | abbr, |
161 | 166 | acronym, |
162 | 167 | dfn { |
diff --git src/wp-content/themes/twentytwelve/style.css src/wp-content/themes/twentytwelve/style.css
index 75e3d28c46..34ffb9aded 100644
|
|
article.sticky .featured-post { |
904 | 904 | .comment-content pre code { |
905 | 905 | display: block; |
906 | 906 | } |
| 907 | |
| 908 | .entry-content pre code, |
| 909 | .comment-content pre code { |
| 910 | font-size: inherit; |
| 911 | } |
| 912 | |
907 | 913 | .entry-content abbr, |
908 | 914 | .comment-content abbr, |
909 | 915 | .entry-content dfn, |