[pypy-svn] r19734 - pypy/dist/pypy/doc
arigo at codespeak.net
arigo at codespeak.net
Thu Nov 10 18:32:05 CET 2005
Author: arigo
Date: Thu Nov 10 18:32:02 2005
New Revision: 19734
Modified:
pypy/dist/pypy/doc/style.css
Log:
Stylesheet: the formatting of the abstract, as docutils does it.
Modified: pypy/dist/pypy/doc/style.css
==============================================================================
--- pypy/dist/pypy/doc/style.css (original)
+++ pypy/dist/pypy/doc/style.css Thu Nov 10 18:32:02 2005
@@ -1081,3 +1081,10 @@
div.section {
margin-top: 1.0em ;
}
+
+div.abstract {
+ margin: 2em 4em }
+
+div.abstract p.topic-title {
+ font-weight: bold ;
+ text-align: center }
More information about the Pypy-commit
mailing list