#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 th { border: 1px solid #e2e2e2; 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:5px;}
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 #e2e2e2;
- font-size: 0.8em;
text-align: right;
width: 2%;
- padding-right: 3px;
+ padding: 0 3px 0 0;
color: #999;
user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
+ font-weight:normal;
}
table.filecontent th.line-num a {
text-decoration: none;
color: inherit;
}
+table.filecontent td.line-code {padding: 0 0 0 4px;}
table.filecontent td.line-code pre {
margin: 0px;
white-space: pre-wrap;
+ font-family:"Liberation Mono", Courier, monospace; font-size:12px;
}
/* 12 different colors for the annonate view */
table.annotate tr.bloc-11 {background: #BFE4FF;}
table.annotate td.revision {
+ padding:0;
text-align: center;
width: 2%;
padding-left: 1em;
}
table.annotate td.author {
+ padding:0;
text-align: center;
border-right: 1px solid #d7d7d7;
white-space: nowrap;
padding-right: 1em;
width: 3%;
background: inherit;
- font-size: 90%;
}
table.annotate td.line-code { background-color: #fafafa; }