summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-03-07 11:02:40 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-03-07 11:02:40 +0000
commit36a55a09258d6d99e00f7cee578a9d1be1d0fdf9 (patch)
tree3e7597f95d72886a6f61aa7af69a5d82a26b854c /public
parentdc8b804eba9c2f08e1303db1ec9447c457a1386e (diff)
downloadredmine-36a55a09258d6d99e00f7cee578a9d1be1d0fdf9.tar.gz
redmine-36a55a09258d6d99e00f7cee578a9d1be1d0fdf9.zip
Change to line #'s links in file/repo viewer (#2835).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2555 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/scm.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css
index ecd319307..29b239862 100644
--- a/public/stylesheets/scm.css
+++ b/public/stylesheets/scm.css
@@ -40,6 +40,10 @@ table.filecontent th.line-num {
padding-right: 3px;
color: #999;
}
+table.filecontent th.line-num a {
+ text-decoration: none;
+ color: inherit;
+}
table.filecontent td.line-code pre {
white-space: pre-wrap; /* CSS2.1 compliant */
white-space: -moz-pre-wrap; /* Mozilla-based browsers */