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:
parent
205449e197
commit
27b5007eff
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user