diff options
-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 */ |