diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2009-10-21 22:35:03 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2009-10-21 22:35:03 +0000 |
commit | ff3d0fe4db014885de3497931b4b98fad0cafac1 (patch) | |
tree | f20ded2d238b57e71ed59407aec49b645f6fd5e9 /public | |
parent | 2e0cbd2840ffb9fdb355ed0afd6b8684f2549bc7 (diff) | |
download | redmine-ff3d0fe4db014885de3497931b4b98fad0cafac1.tar.gz redmine-ff3d0fe4db014885de3497931b4b98fad0cafac1.zip |
Fixed some merge bugs. #4077
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2952 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 61f039b04..1ad81f079 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -159,6 +159,8 @@ table.attributes { width: 100% } table.attributes th { vertical-align: top; text-align: left; } table.attributes td { vertical-align: top; } +td.center {text-align:center;} + .highlight { background-color: #FCFD8D;} .highlight.token-1 { background-color: #faa;} .highlight.token-2 { background-color: #afa;} |