fix field outline overlaps with other fields

This commit is contained in:
Andreas Klauer 2013-03-03 01:07:35 +01:00
parent 72b3d6c992
commit 49404680e7

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;