diff public/stylesheets/scm.css @ 1314:033fecbc3438 redmine-2.2-integration

Merge
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 18 Jun 2013 15:02:44 +0100
parents 18052001fe11
children 51364c0cd58f
line wrap: on
line diff
--- a/public/stylesheets/scm.css	Tue Jun 18 14:59:04 2013 +0100
+++ b/public/stylesheets/scm.css	Tue Jun 18 15:02:44 2013 +0100
@@ -35,7 +35,7 @@
 #changes-legend li { float: left; background-position: 5px 0; }
 
 table.filecontent { border: 1px solid #e2e2e2;  border-collapse: collapse; width:98%; background-color: #fafafa; }
-table.filecontent tbody {font-family:"Liberation Mono", Courier, monospace; font-size:12px;}
+table.filecontent tbody {font-family:"SourceCodePro-Regular","Liberation Mono", Courier, monospace; font-size:12px;}
 table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
 table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
 table.filecontent tr.spacing th { text-align:center; }
@@ -61,7 +61,7 @@
 table.filecontent td.line-code pre {
     margin: 0px;
     white-space: pre-wrap;
-    font-family:"Liberation Mono", Courier, monospace; font-size:12px;
+    font-family:"SourceCodePro-Regular","Liberation Mono", Courier, monospace; font-size:12px;
 }
 
 /* 12 different colors for the annonate view */