# HG changeset patch # User Dan # Date 1251308591 14400 # Node ID 2d37a11fabd8ee0350d85ddb7e3096378cc1e637 # Parent 01315acbc22b749237114fb43da2f6b939e70d29 Enanium: fixed background in tinymce diff -r 01315acbc22b -r 2d37a11fabd8 themes/enanium/css/babygrand.css --- a/themes/enanium/css/babygrand.css Wed Aug 26 13:05:17 2009 -0400 +++ b/themes/enanium/css/babygrand.css Wed Aug 26 13:43:11 2009 -0400 @@ -23,6 +23,11 @@ font-size: 9pt; } +body#tinymce { + background-image: none; + background-color: #f0f0f0; +} + table#body-wrapper { width: 100%; }