From fb365219026a09811e5bb3cb377d9ece39979635 Mon Sep 17 00:00:00 2001 From: lorilee Date: Mon, 5 Jul 2010 16:40:11 -0700 Subject: [PATCH] Corrected div name --- themes/darkblue_orange/css/theme_right.css.php | 2 +- themes/original/css/theme_right.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 262b7d74b7..fe64ca9255 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -1447,6 +1447,6 @@ a.close_enum_editor { float: bottom; } -#enum_editor output { +#enum_editor_output { margin-top: 50px; } \ No newline at end of file diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 1fa93ee029..3dfeb4bd46 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1379,6 +1379,6 @@ a.close_enum_editor { float: bottom; } -#enum_editor output { +#enum_editor_output { margin-top: 50px; } \ No newline at end of file