mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Merge branch 'master' of github.com:dae/anki
This commit is contained in:
commit
6483b79045
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue