Merge branch 'master' of github.com:dae/anki

This commit is contained in:
Damien Elmes 2013-03-04 11:12:25 +09:00
commit 6483b79045

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;