Skip to content

Commit

Permalink
#1333 .xe-clearfix 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Mar 16, 2015
1 parent e1702d4 commit 4ccae19
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions common/css/xe.css
Expand Up @@ -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;
Expand Down

0 comments on commit 4ccae19

Please sign in to comment.