blob: a0934266a622e34dbb05c945f6ecbd1caee04ad6 [file] [log] [blame]
.container {
display: none;
}
.float {
float: left;
width: 5px;
height: 5px;
border: 1px solid green;
}
.big {
width: 10px;
}
.float-end {
clear:left;
}