Fix CSS typo and move editor body style

This commit is contained in:
Braad Martin
2015-07-12 12:04:13 -07:00
parent 0ba318f54a
commit 974933f5c2
+5 -5
View File
@@ -151,6 +151,10 @@ body {
line-height: 1.625;
}
body.bubble {
background-color: #f5f5f5;
}
/* Used in the editor */
body.mce-content-body {
width: auto;
@@ -158,11 +162,7 @@ body.mce-content-body {
float: none;
-webkit-font-smoothing: auto !important;
font-smoothing: auto !important;
backround: #fff;
}
body.bubble {
background-color: #f5f5f5;
background: #fff;
}
a,