#1333 .xe-clearfix 추가

This commit is contained in:
bnu 2015-03-16 18:50:53 +09:00
parent e1702d4ab2
commit 4ccae19658

View file

@ -44,6 +44,17 @@ a img {
max-width: none;
}
}
.xe-clearfix:before,
.xe-clearfix:after {
content: " ";
display: table;
}
.xe-clearfix:after {
clear: both;
}
.xe-clearfix {
zoom: 1;
}
.xe-widget-wrapper {
overflow: hidden;