diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-08 00:41:21 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-08 00:41:21 +0000 |
commit | 5e27e32dae088ad3974a28d653b6d99830b37eed (patch) | |
tree | 0c74d87da982678e566c5066695b70134c495c60 /public | |
parent | f7e1ed71fc590207db49bf0ac45f893e79cab849 (diff) | |
download | redmine-5e27e32dae088ad3974a28d653b6d99830b37eed.tar.gz redmine-5e27e32dae088ad3974a28d653b6d99830b37eed.zip |
replace tabs to spaces at public/stylesheets/scm.css
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8543 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/scm.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index 7b5481663..472133543 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -44,11 +44,11 @@ table.filecontent th.line-num { width: 2%; padding-right: 3px; color: #999; - user-select: none; - -moz-user-select: none; - -o-user-select: none; - -ms-user-select: none; - -webkit-user-select: none; + user-select: none; + -moz-user-select: none; + -o-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; } table.filecontent th.line-num a { text-decoration: none; @@ -100,12 +100,12 @@ div.action_A { background: #bfb } /************* CodeRay styles *************/ .syntaxhl div {display: inline;} .syntaxhl .line-numbers { - padding: 2px 4px 2px 4px; background-color: #eee; margin:0px 5px 0px 0px; - user-select: none; - -moz-user-select: none; - -o-user-select: none; - -ms-user-select: none; - -webkit-user-select: none; + padding: 2px 4px 2px 4px; background-color: #eee; margin:0px 5px 0px 0px; + user-select: none; + -moz-user-select: none; + -o-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; } .syntaxhl .code pre { overflow: auto } .syntaxhl .debug { color:white ! important; background:blue ! important; } |