1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

Don’t float things.

This commit is contained in:
Rob Rix 2015-10-13 11:20:54 -04:00
parent b5f8516ab7
commit b10f4e2507

View File

@ -3,16 +3,11 @@
<head>
<title>semantic-diff</title>
<style type="text/css">
#diff div {
clear: both;
}
.insert {
outline: 1px solid green;
float: right;
}
.delete {
outline: 1px solid red;
float: left;
}
</style>
<script type="text/javascript">