Fix #644: remove "clear: both" for center-aligned figures in HTML.

This commit is contained in:
Georg Brandl
2011-09-21 18:50:55 +02:00
parent 4239392906
commit fed6bdac65

View File

@@ -236,7 +236,6 @@ img.align-center, .figure.align-center, object.align-center {
}
.align-center {
clear: both;
text-align: center;
}