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:
parent
b5f8516ab7
commit
b10f4e2507
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user