2015-12-26 01:58:56 +00:00
|
|
|
|
|
|
|
|
|
// Utility
|
|
|
|
|
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
|
|
|
|
|
|
|
|
|
// Clear a float with .clearfix
|
|
|
|
|
.clearfix
|
|
|
|
|
|
2016-09-10 00:33:20 +00:00
|
|
|
|
&:after
|
|
|
|
|
clear: both
|
2016-09-10 03:41:38 +00:00
|
|
|
|
content: ' ' // The space content is one way to avoid an Opera bug.
|
2015-12-26 01:58:56 +00:00
|
|
|
|
display: table
|
|
|
|
|
|
2016-09-10 00:33:20 +00:00
|
|
|
|
// Float either direction
|
|
|
|
|
.float-left
|
|
|
|
|
float: left
|
|
|
|
|
|
|
|
|
|
.float-right
|
|
|
|
|
float: right
|