diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2013-03-02 16:36:20 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2013-03-02 16:36:20 +0000 |
| commit | 08bd7ec16b5d0c1358e3db04b4aa257d9e77b90a (patch) | |
| tree | 2eeb294947a7e18ab4b9102bd1686dac00ac097e /test/functional/input/data | |
| parent | a20b056453a444512c0d076023c0e3be562dc27a (diff) | |
| download | docutils-08bd7ec16b5d0c1358e3db04b4aa257d9e77b90a.tar.gz | |
Small fixes to math-output=HTML.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7619 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/input/data')
| -rw-r--r-- | test/functional/input/data/math.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/functional/input/data/math.css b/test/functional/input/data/math.css index 4f43b37e0..e6eec6565 100644 --- a/test/functional/input/data/math.css +++ b/test/functional/input/data/math.css @@ -21,7 +21,7 @@ /* Formulas */ .formula { text-align: center; - font-family: "DejaVu Serif", serif; + font-family: "Droid Serif", "DejaVu Serif", "STIX", serif; margin: 1.2em 0; } span.formula { @@ -113,9 +113,11 @@ span.root { vertical-align: middle; } span.symbol { + line-height: 125%; font-size: 125%; } span.bigsymbol { + line-height: 150%; font-size: 150%; } span.largesymbol { @@ -139,10 +141,10 @@ span.limits { } .limit { display: table-row; - line-height: 95%; + line-height: 99%; } sup.limit, sub.limit { - line-height: 150%; + line-height: 100%; } span.symbolover { display: inline-block; |
