summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-10-20 23:00:38 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-10-20 23:00:38 +0000
commitc6395f6bbd513eb8bfbbef67adb3fcc1bade671d (patch)
tree7ddbee212e5ed3d9f2d7f69aebaa44199621b90a /public
parent335ac4f326ccc225207330c0b8d5ae3563196c88 (diff)
downloadredmine-c6395f6bbd513eb8bfbbef67adb3fcc1bade671d.tar.gz
redmine-c6395f6bbd513eb8bfbbef67adb3fcc1bade671d.zip
replace tabs to spaces at public/stylesheets/scm.css
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7631 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/scm.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css
index 24328e3ca..689d92277 100644
--- a/public/stylesheets/scm.css
+++ b/public/stylesheets/scm.css
@@ -29,20 +29,20 @@ li.change .copied-from:before { content: " - "}
table.filecontent { border: 1px solid #ccc; border-collapse: collapse; width:98%; background-color: #fafafa; }
table.filecontent th { border: 1px solid #ccc; background-color: #eee; }
-table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding: 0.2em;}
+table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding: 0.2em;}
table.filecontent tr.spacing th { text-align:center; }
table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;}
table.filecontent th.line-num {
border: 1px solid #d7d7d7;
- font-size: 0.8em;
- text-align: right;
- width: 2%;
- padding-right: 3px;
- color: #999;
+ font-size: 0.8em;
+ text-align: right;
+ width: 2%;
+ padding-right: 3px;
+ color: #999;
}
table.filecontent th.line-num a {
- text-decoration: none;
- color: inherit;
+ text-decoration: none;
+ color: inherit;
}
table.filecontent td.line-code pre {
margin: 0px;