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:
parent
27b5007eff
commit
90d3bee821
@ -15,6 +15,9 @@
|
||||
width: 50%;
|
||||
outline: 1px solid red;
|
||||
}
|
||||
#diff div {
|
||||
clear: both;
|
||||
}
|
||||
.insert {
|
||||
outline: 1px solid green;
|
||||
float: right;
|
||||
|
Loading…
Reference in New Issue
Block a user