Mercurial > p > roundup > code
comparison doc/default.css @ 2408:e12a610eb7f3 maint-0.7
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 09 Jun 2004 00:17:30 +0000 |
| parents | ef226254ef46 |
| children |
comparison
equal
deleted
inserted
replaced
| 2407:ef226254ef46 | 2408:e12a610eb7f3 |
|---|---|
| 1 /* | 1 /* |
| 2 :Author: David Goodger | 2 :Author: David Goodger |
| 3 :Contact: goodger@users.sourceforge.net | 3 :Contact: goodger@users.sourceforge.net |
| 4 :date: $Date: 2004-06-09 00:11:49 $ | 4 :date: $Date: 2004-06-09 00:14:30 $ |
| 5 :version: $Revision: 1.12.2.1 $ | 5 :version: $Revision: 1.12.2.2 $ |
| 6 :copyright: This stylesheet has been placed in the public domain. | 6 :copyright: This stylesheet has been placed in the public domain. |
| 7 | 7 |
| 8 Default cascading style sheet for the HTML output of Docutils. | 8 Default cascading style sheet for the HTML output of Docutils. |
| 9 */ | 9 */ |
| 10 | 10 |
| 33 | 33 |
| 34 div.hint, div.note { | 34 div.hint, div.note { |
| 35 font-size: 80%; | 35 font-size: 80%; |
| 36 float: right; | 36 float: right; |
| 37 width: 15em; | 37 width: 15em; |
| 38 margin: 1 ; | 38 margin: 0.5em; |
| 39 margin-left: 1em ; | |
| 39 border: solid #aaa; | 40 border: solid #aaa; |
| 40 background: #eee; | 41 background: #eee; |
| 41 padding: 1em; | 42 padding: 1em; |
| 42 } | 43 } |
| 43 | 44 |
