Move duplicated JavaScript and CSS for diff to common files

This commit is contained in:
Naoki Takezoe
2014-04-30 10:55:42 +09:00
parent c136823170
commit 3ee4143235
4 changed files with 52 additions and 99 deletions

View File

@@ -712,6 +712,21 @@ a.absent {
color: #c00;
}
/****************************************************************************/
/* Diff */
/****************************************************************************/
table.inlinediff {
width: 100%;
}
table.inlinediff thead {
display: none;
}
td.insert, td.equal, td.delete {
width: 100%;
}
/****************************************************************************/
/* Repository Settings */
/****************************************************************************/