summaryrefslogtreecommitdiff
path: root/sphinx/static/default.css
Commit message (Collapse)AuthorAgeFilesLines
* Create themes/ subdirectory and move stuff from templates/ and static/ there.gbrandl2009-01-051-657/+0
|
* Remove obsolete styles.Georg Brandl2008-12-051-210/+0
|
* Make display equations centered.Georg Brandl2008-11-231-1/+1
|
* A few math experience improvements, inspired by Fredrik Johansson.Georg Brandl2008-11-161-0/+4
|
* Add/improve styling for topics and sidebars.Georg Brandl2008-11-091-1/+16
|
* Allow empty seealso directive, and don't join all paragraphs in admonitions,Georg Brandl2008-11-071-1/+1
| | | | only the first with the title.
* Remove explicit height for relbar, to allow breaking textgeorg.brandl2008-10-251-1/+0
| | | | not to flow into the main body.
* No border around the logo.georg.brandl2008-08-081-0/+4
|
* Link to master doc in TOC heading and logo.georg.brandl2008-08-071-0/+4
|
* Add math support to Sphinx.georg.brandl2008-08-061-0/+8
|
* CSS fix for field lists.georg.brandl2008-06-231-0/+13
|
* Fix style nit.georg.brandl2008-06-121-0/+4
|
* Style fix for lists inside lists.georg.brandl2008-05-311-0/+4
|
* Fix padding for line numbers.georg.brandl2008-05-251-1/+1
|
* Don't write SSI-like comments.georg.brandl2008-05-231-17/+17
| | | | Rename sidebar to sphinxsidebar so that reST sidebars are not confused.
* Automatic overflow for <pre> tags.georg.brandl2008-05-121-0/+1
|
* Add code-block directive, to simplify integrating snippetsgeorg.brandl2008-03-091-0/+15
| | | | in other languages, and with line numbers.
* * Allow custom static files to be created for the HTML builder.georg.brandl2008-02-231-0/+796
* Add more block tags to the template, making inheriting them easier. * Make the HTML stylesheet configurable for html and htmlhelp builder. * Make the Pygments style configurable. * Create template and style dirs in quickstart.