summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-10-21 08:19:25 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-10-21 08:19:25 +0000
commit64412071996da47cdd62f1ad91e37f49c7ade70c (patch)
tree6c01fa5a6c94116177e5633c96bb2c229bb9357f /public
parent7ab46726568d4e3d383ba1851521745657cc278f (diff)
downloadredmine-64412071996da47cdd62f1ad91e37f49c7ade70c.tar.gz
redmine-64412071996da47cdd62f1ad91e37f49c7ade70c.zip
css: set margin 0px at top and bottom of changeset ul and ol (#5501)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7636 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index ce3f5d77f..7a33e5bc8 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -155,6 +155,7 @@ tr.entry.file td.filename_no_report a { margin-left: 16px; }
tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
+tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
tr.changeset td.author { text-align: center; width: 15%; }
tr.changeset td.committed_on { text-align: center; width: 15%; }