]> source.dussan.org Git - redmine.git/commitdiff
Removed non standard values for "white-space" CSS property.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 26 Nov 2011 12:13:05 +0000 (12:13 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 26 Nov 2011 12:13:05 +0000 (12:13 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7930 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/scm.css

index 44df80a7d85b0f7b01a92062fcc35b8d16d3b453..b32abff6845698e4654b393719ec11960d82ca50 100644 (file)
@@ -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 */