diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-14 22:26:51 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-14 22:26:51 +0000 |
commit | 0cb6ced20d3e54d1884ee5ab38c24e57246987dc (patch) | |
tree | f765597de0de10309923c81ef178e46232d83588 /mod/thewire/views | |
parent | 3e699017da34b994da17978b905e985c1927cec0 (diff) | |
download | elgg-0cb6ced20d3e54d1884ee5ab38c24e57246987dc.tar.gz elgg-0cb6ced20d3e54d1884ee5ab38c24e57246987dc.tar.bz2 |
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
Diffstat (limited to 'mod/thewire/views')
-rw-r--r-- | mod/thewire/views/default/thewire/css.php | 8 |
1 files changed, 4 insertions, 4 deletions
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; |