new Diff parser

This commit is contained in:
German Laullon
2011-04-01 00:38:04 -07:00
parent 571082a5d0
commit bb4f5e3897
3 changed files with 276 additions and 225 deletions
+1 -1
View File
@@ -4,6 +4,7 @@ table.diff {
width: 100%;
border-collapse: collapse;
margin-bottom: 10px;
-webkit-box-shadow: 5px 5px 5px #ccc;
}
table.diff tr td {
@@ -71,7 +72,6 @@ table.diff .filemerge {
}
#diff table.diff {
-webkit-box-shadow: 5px 5px 5px #ccc;
width: 98%;
margin: auto auto 20px 1%;
}