Browse Source

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
tags/1.3.0
Toshi MARUYAMA 12 years ago
parent
commit
6441207199
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      public/stylesheets/application.css

+ 1
- 0
public/stylesheets/application.css View File

@@ -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%; }


Loading…
Cancel
Save