diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-01-06 21:24:32 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-01-06 21:24:32 +0000 |
commit | e7a9c386efc92d84e9c371bd976ec5d395705e23 (patch) | |
tree | b20befbf4be0391a38859f94b25f16122a9d63f8 /public | |
parent | 306a47023ce13d5c18d11470bf1ba7df0b1317e8 (diff) | |
download | redmine-e7a9c386efc92d84e9c371bd976ec5d395705e23.tar.gz redmine-e7a9c386efc92d84e9c371bd976ec5d395705e23.zip |
Removed hard-coded style on wiki history view.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4651 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index feddfcb4d..a2918abe2 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -179,6 +179,8 @@ tr.user td { white-space: nowrap; } tr.user.locked, tr.user.registered { color: #aaa; } tr.user.locked a, tr.user.registered a { color: #aaa; } +tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;} + tr.time-entry { text-align: center; white-space: nowrap; } tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; } td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; } |