에디터 html에 포함한 css 제거

This commit is contained in:
bnu 2015-03-16 18:48:52 +09:00
parent 47ee452653
commit bec8bbda19

View file

@ -70,18 +70,3 @@
});
})(jQuery);
</script>
<style>
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
</style>