diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-04 18:12:34 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-04 18:12:34 +0000 |
commit | fd07cb8c54c1a0d47202e6398f615cec4c21ff90 (patch) | |
tree | 9a938b3a08cd2b2048e6c1b9e878c1b29ceccd6b /public | |
parent | 50a2a1321d0b972f9bb2eaf981a0a74250f19e4e (diff) | |
download | redmine-fd07cb8c54c1a0d47202e6398f615cec4c21ff90.tar.gz redmine-fd07cb8c54c1a0d47202e6398f615cec4c21ff90.zip |
Moved the avatar to the left on the issue view.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8502 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index fcbeefd8d..ae7f06d83 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -954,8 +954,8 @@ img.gravatar { } div.issue img.gravatar { - float: right; - margin: 0 0 0 1em; + float: left; + margin: 0 6px 0 0; padding: 5px; } |