diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2008-10-31 00:09:36 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2008-10-31 00:09:36 +0000 |
commit | 3bc2a5cf2fc99764b8cfc1aba4b414f8f6dbc966 (patch) | |
tree | 929ded616f32294d7cdc55b7b3c18ec1a0a157f3 /public | |
parent | 41dba2db8611d7f328e62f808fc5c3ea8fb7947f (diff) | |
download | redmine-3bc2a5cf2fc99764b8cfc1aba4b414f8f6dbc966.tar.gz redmine-3bc2a5cf2fc99764b8cfc1aba4b414f8f6dbc966.zip |
Tweaking of the CSS for the gravatars. #1776
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1970 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 48926645a..4e8649349 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -628,8 +628,8 @@ div.issue img.gravatar { } div.issue table img.gravatar { - height: 24px; - width: 24px; + height: 16px; + width: 16px; padding: 2px; float: left; margin: 0 1em 0 0; @@ -637,7 +637,7 @@ div.issue table img.gravatar { #history img.gravatar { padding: 3px; - margin: 0 1em 1em 0; + margin: 0 1.5em 1em 0; float: left; } |