diff options
author | Friendika <info@friendika.com> | 2011-02-12 02:07:16 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-12 02:07:16 -0800 |
commit | 4081ebe6c5f4e36f7b4ef288005995d959633fce (patch) | |
tree | 31ac41e1df3eba078f9adcc66e10ee1d8f1047c7 /view | |
parent | 7d0de6dfb77d97b1d4dc10f30565ac8d3622d5a3 (diff) | |
download | volse-hubzilla-4081ebe6c5f4e36f7b4ef288005995d959633fce.tar.gz volse-hubzilla-4081ebe6c5f4e36f7b4ef288005995d959633fce.tar.bz2 volse-hubzilla-4081ebe6c5f4e36f7b4ef288005995d959633fce.zip |
correct color and indent on wall-wall comments
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 3611e455b..ac3562d1c 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -889,8 +889,8 @@ input#dfrn-url { .comment-wwedit-wrapper { margin-top: 15px; - background: #CCCCCC; - margin-left: 250px; + background: #f3f3f3; + margin-left: 50px; } .comment-edit-photo { |