浏览代码

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
tags/1.3.0
Jean-Philippe Lang 12 年前
父节点
当前提交
c37f2a3a04
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1
    3
      public/stylesheets/scm.css

+ 1
- 3
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 */

正在加载...
取消
保存