1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

Style insertions/deletions a little.

This commit is contained in:
Rob Rix 2015-10-13 11:07:40 -04:00
parent 205449e197
commit 27b5007eff

View File

@ -15,6 +15,14 @@
width: 50%;
outline: 1px solid red;
}
.insert {
outline: 1px solid green;
float: right;
}
.delete {
outline: 1px solid red;
float: left;
}
</style>
<script type="text/javascript">
function loadJSON(path, callback) {