From 974933f5c24f51f4294f9ed22554b5c00e2fd030 Mon Sep 17 00:00:00 2001 From: Braad Martin Date: Sun, 12 Jul 2015 12:04:13 -0700 Subject: [PATCH] Fix CSS typo and move editor body style --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 4c96700..a17c9de 100755 --- a/style.css +++ b/style.css @@ -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,