From 49404680e7b7feef1d4ab501a4814172a2180d93 Mon Sep 17 00:00:00 2001 From: Andreas Klauer Date: Sun, 3 Mar 2013 01:07:35 +0100 Subject: [PATCH] fix field outline overlaps with other fields --- aqt/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/editor.py b/aqt/editor.py index 4793329a5..316800029 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -31,7 +31,7 @@ _html = """ } /* prevent floated images from being displayed outside field */ .field:after { - content: "."; + content: ""; display: block; height: 0; clear: both;