r1430 vs r1431
......
7979
{{{#!style
8080
.flag-mrg {float:left;display:inline-block;overflow:hidden}
8181
.flag-style {border:2px solid green;margin:5px 5px}
82
.mine-test-red {width:30px;height:30px;background:linear-gradient(#f00 0, #fff2 50%)}
82
.mine-test-red {width:30px;height:30px;padding-bottom: -15px;background:linear-gradient(#f00 0, #fff2 50%)}
8383
.mine-mrg {width:30px;height:30px;margin-top: -30px}
8484
.mine-mrg-none {margin:0}
8585
.mine-test-cyan {width:30px;height:30px;float:left;background:linear-gradient(-90deg, #0ff 0, #fff2 50%)}
......