Mercurial > p > roundup > code
diff doc/default.css @ 2407:ef226254ef46 maint-0.7
some more documentation work
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 09 Jun 2004 00:11:49 +0000 |
| parents | a3d63babf9c4 |
| children | e12a610eb7f3 |
line wrap: on
line diff
--- a/doc/default.css Tue Jun 08 23:45:03 2004 +0000 +++ b/doc/default.css Wed Jun 09 00:11:49 2004 +0000 @@ -1,8 +1,8 @@ /* :Author: David Goodger :Contact: goodger@users.sourceforge.net -:date: $Date: 2004-04-18 23:12:06 $ -:version: $Revision: 1.12 $ +:date: $Date: 2004-06-09 00:11:49 $ +:version: $Revision: 1.12.2.1 $ :copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. @@ -25,12 +25,22 @@ font-weight: bold ; text-align: center } -div.attention, div.caution, div.danger, div.error, div.hint, -div.important, div.note, div.tip, div.warning { +div.attention, div.caution, div.danger, div.error, +div.important, div.tip, div.warning { margin: 2em ; border: medium outset ; padding: 1em } +div.hint, div.note { + font-size: 80%; + float: right; + width: 15em; + margin: 1 ; + border: solid #aaa; + background: #eee; + padding: 1em; +} + div.attention p.admonition-title, div.caution p.admonition-title, div.danger p.admonition-title, div.error p.admonition-title, div.warning p.admonition-title {
