summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
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 */