From 0cb6ced20d3e54d1884ee5ab38c24e57246987dc Mon Sep 17 00:00:00 2001 From: ewinslow Date: Mon, 14 Mar 2011 22:26:51 +0000 Subject: Refs #3109: More CSS cleanup. Fixes bugs introduced by last cleanup where background-color: was being used instead of background: git-svn-id: http://code.elgg.org/elgg/trunk@8707 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/views/default/thewire/css.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mod/thewire') diff --git a/mod/thewire/views/default/thewire/css.php b/mod/thewire/views/default/thewire/css.php index 4f5a12874..afc3a16aa 100644 --- a/mod/thewire/views/default/thewire/css.php +++ b/mod/thewire/views/default/thewire/css.php @@ -5,7 +5,7 @@ ?> /******************************** - The Wire +The Wire *********************************/ #thewire-textarea { height: 40px; @@ -80,7 +80,7 @@ return true; margin-top:4px; } .wire_post_contents { - background-color: #eeeeee; + background-color: #eee; margin:0; padding:5px; line-height: 1.2em; @@ -88,8 +88,8 @@ return true; position: relative; } .wire_post_icon { - float:left; - margin-right:8px; + float:left; + margin-right:8px; } .wire_post_info { margin-top:-3px; -- cgit v1.2.3