diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-03 07:50:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-03 07:50:12 +0000 |
commit | 7ec5dd33df40026bb28f396542c1a7c2a2794b20 (patch) | |
tree | 9981064d1e213c96d63bcc143f02fca47e5995a3 /public | |
parent | 91875688778e936924daa8445513387808d95053 (diff) | |
download | redmine-7ec5dd33df40026bb28f396542c1a7c2a2794b20.tar.gz redmine-7ec5dd33df40026bb28f396542c1a7c2a2794b20.zip |
Hide wiki attachments by default and add thumbnails (#22941).
git-svn-id: http://svn.redmine.org/redmine/trunk@15604 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index c97f94d9a..acfad4956 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -683,7 +683,7 @@ a.remove-upload:hover {text-decoration:none !important;} div.fileover { background-color: lavender; } -div.attachments { margin-top: 12px; } +div.attachments { margin: 12px 0; } div.attachments p { margin:4px 0 2px 0; } div.attachments img { vertical-align: middle; } div.attachments span.author { font-size: 0.9em; color: #888; } |