Skip to content

Commit

Permalink
css: set nowrap of changeset author and committed_on (#5501)
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7638 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Oct 21, 2011
1 parent b89d563 commit 129dbc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/stylesheets/application.css
Expand Up @@ -156,8 +156,8 @@ tr span.expander {background-image: url(../images/bullet_toggle_plus.png); paddi
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%; }
tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}

table.files tr.file td { text-align: center; }
table.files tr.file td.filename { text-align: left; padding-left: 24px; }
Expand Down

0 comments on commit 129dbc3

Please sign in to comment.