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 */ /* prevent floated images from being displayed outside field */
.field:after { .field:after {
content: "."; content: "";
display: block; display: block;
height: 0; height: 0;
clear: both; clear: both;