diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-26 12:13:05 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-11-26 12:13:05 +0000 |
commit | c37f2a3a04bc1ee0bf1d2fe631f91ae78429e536 (patch) | |
tree | 7ecd452123d6121133b50d29a70a12d0b103060c /public/stylesheets/scm.css | |
parent | 9967ad9d0d54b8fb581702a7be2e6bbc87c575e7 (diff) | |
download | redmine-c37f2a3a04bc1ee0bf1d2fe631f91ae78429e536.tar.gz redmine-c37f2a3a04bc1ee0bf1d2fe631f91ae78429e536.zip |
Removed non standard values for "white-space" CSS property.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7930 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/scm.css')
-rw-r--r-- | public/stylesheets/scm.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index 44df80a7d..b32abff68 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -51,9 +51,7 @@ table.filecontent th.line-num a { } table.filecontent td.line-code pre { margin: 0px; - white-space: pre-wrap; /* CSS2.1 compliant */ - white-space: -moz-pre-wrap; /* Mozilla-based browsers */ - white-space: -o-pre-wrap; /* Opera 7+ */ + white-space: pre-wrap; } /* 12 different colors for the annonate view */ |