~ubuntu-branches/ubuntu/trusty/python-docutils/trusty-proposed

« back to all changes in this revision

Viewing changes to test/functional/input/data/math.css

  • Committer: Package Import Robot
  • Author(s): Michael Schutte, Jakub Wilk, Michael Schutte, Dmitry Shachnev
  • Date: 2013-08-05 16:47:43 UTC
  • mfrom: (11.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130805164743-00lyz2imgs85ttwz
Tags: 0.11-1
[ Jakub Wilk ]
* Remove martin f. krafft and Ben Finney from Uploaders at their requests.

[ Michael Schutte ]
* New upstream release 0.11, closes: #712284, #714880.
  - Drop patch math-output-html.diff: Fixed upstream.
  - Drop patch fix-buildhtml-progress.diff: Applied upstream.
  - Drop patch strict-csv-parser.diff: Fixed upstream.
  - Drop patch unknown-url-exc-use-repr.diff: Applied upstream.
  - Update patch move-data-to-usr-share.diff: Default stylesheet paths for
    writers/html4css1 have changed.
  - Refresh the remaining patches.
  - New patch no-local-roman.diff: Use the roman module from python-roman
    instead of the copy shipped with docutils.
  - Update information about upstream version control in debian/copyright.
* Change my e-mail host in Uploaders and debian/copyright to @debian.org.
* New patch rst2odt_prepstyles-elementtree.diff: Port the rst2odt_prepstyles
  utility to ElementTree.  Drop Recommends: python-lxml.  Closes: #714319.
* New patch odt-writer-ascii-filenames.diff: Only use ASCII for filenames of
  images embedded in ODT files, closes: #714317.

[ Dmitry Shachnev ]
* Use dh_python2 instead of deprecated dh_pysupport.
* Add XS-Testsuite header, and replace XS-Python-Version with preferred
  X-Python-Version (closes: #685509).
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
/* Formulas */
22
22
.formula {
23
23
        text-align: center;
24
 
        font-family: "DejaVu Serif", serif;
 
24
        font-family: "Droid Serif", "DejaVu Serif", "STIX", serif;
25
25
        margin: 1.2em 0;
26
26
}
27
27
span.formula {
113
113
        vertical-align: middle;
114
114
}
115
115
span.symbol {
 
116
        line-height: 125%;
116
117
        font-size: 125%;
117
118
}
118
119
span.bigsymbol {
 
120
        line-height: 150%;
119
121
        font-size: 150%;
120
122
}
121
123
span.largesymbol {
139
141
}
140
142
.limit {
141
143
        display: table-row;
142
 
        line-height: 95%;
 
144
        line-height: 99%;
143
145
}
144
146
sup.limit, sub.limit {
145
 
        line-height: 150%;
 
147
        line-height: 100%;
146
148
}
147
149
span.symbolover {
148
150
        display: inline-block;