From bdc342cf091ba106afc23834afd3c31af3bff5dc Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 10 Mar 2009 05:35:16 +0000 Subject: left column sidebar background color changed for consistency with other pages (props to Cash for spotting it) git-svn-id: https://code.elgg.org/elgg/trunk@3148 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/default/css.php b/views/default/css.php index eb4f46db2..f30341b62 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -4,7 +4,7 @@ * Elgg v1.5 Default Theme * core CSS file * - * Updated 5 March 09 + * Updated 10 March 09 * * @package Elgg * @subpackage Core @@ -231,7 +231,7 @@ blockquote p { margin:0 20px 0 0; min-height:360px; float:left; - background: #e9e9e9; + background: #dedede; padding:0px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -- cgit v1.2.3