diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2008-10-31 00:19:48 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2008-10-31 00:19:48 +0000 |
commit | 048fa5bd7773c38ad5fada2b52167be1fd33e4e8 (patch) | |
tree | 750416f46930c8d9648236e3200d268e73797b55 /public | |
parent | 3bc2a5cf2fc99764b8cfc1aba4b414f8f6dbc966 (diff) | |
download | redmine-048fa5bd7773c38ad5fada2b52167be1fd33e4e8.tar.gz redmine-048fa5bd7773c38ad5fada2b52167be1fd33e4e8.zip |
Tighened up the gravator CSS in the issue div
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1971 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 4e8649349..acd07153b 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -623,16 +623,16 @@ img.gravatar { div.issue img.gravatar { float: right; - margin: 0 0 1em 1em; + margin: 0 0 0 1em; padding: 5px; } div.issue table img.gravatar { - height: 16px; - width: 16px; + height: 14px; + width: 14px; padding: 2px; float: left; - margin: 0 1em 0 0; + margin: 0 0.5em 0 0; } #history img.gravatar { |