Merge pull request #20 from frostschutz/editor_field_outline

fix field outline overlaps with other fields
This commit is contained in:
Damien Elmes 2013-03-03 18:12:18 -08:00
commit bf534e6521

View File

@ -31,7 +31,7 @@ _html = """
}
/* prevent floated images from being displayed outside field */
.field:after {
content: ".";
content: "";
display: block;
height: 0;
clear: both;