diff options
| author | Georg Brandl <georg@python.org> | 2011-09-21 18:50:55 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-09-21 18:50:55 +0200 |
| commit | cb79aeb37293ea383be2649469bcef916b298a44 (patch) | |
| tree | 7e76693b839918a951207f863bfc9f799dbf972c | |
| parent | d31d4e5e19b104da8cabefd6a4f1802a80a9caf2 (diff) | |
| download | sphinx-cb79aeb37293ea383be2649469bcef916b298a44.tar.gz | |
Fix #644: remove "clear: both" for center-aligned figures in HTML.
| -rw-r--r-- | sphinx/themes/basic/static/basic.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/themes/basic/static/basic.css b/sphinx/themes/basic/static/basic.css index 32630d54..8e85c93c 100644 --- a/sphinx/themes/basic/static/basic.css +++ b/sphinx/themes/basic/static/basic.css @@ -236,7 +236,6 @@ img.align-center, .figure.align-center, object.align-center { } .align-center { - clear: both; text-align: center; } |
