diff --git a/src/wp-content/themes/twentytwelve/editor-style.css b/src/wp-content/themes/twentytwelve/editor-style.css
index d3934a9151..4f3a485adf 100644
|
a
|
b
|
table { |
| 261 | 261 | border-spacing: 0; |
| 262 | 262 | color: #757575; |
| 263 | 263 | font-size: 12px; |
| 264 | | font-size: 0.857142857rem; |
| | 264 | font-size: inherit; |
| 265 | 265 | line-height: 2; |
| 266 | 266 | margin: 0 0 24px; |
| 267 | 267 | margin: 0 0 1.714285714rem; |
diff --git a/src/wp-content/themes/twentytwelve/style.css b/src/wp-content/themes/twentytwelve/style.css
index fb186add2a..2fcf8e9942 100644
|
a
|
b
|
img.aligncenter, |
| 966 | 966 | border-bottom: 1px solid #ededed; |
| 967 | 967 | color: #757575; |
| 968 | 968 | font-size: 12px; |
| 969 | | font-size: 0.857142857rem; |
| | 969 | font-size: inherit; |
| 970 | 970 | line-height: 2; |
| 971 | 971 | margin: 0 0 24px; |
| 972 | 972 | margin: 0 0 1.714285714rem; |