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

Disallow floating past other elements.

This commit is contained in:
Rob Rix 2015-10-13 11:07:55 -04:00
parent 27b5007eff
commit 90d3bee821

View File

@ -15,6 +15,9 @@
width: 50%;
outline: 1px solid red;
}
#diff div {
clear: both;
}
.insert {
outline: 1px solid green;
float: right;