From: <sub...@co...> - 2004-02-07 23:28:03
|
Author: ianb Date: Sat Feb 7 14:20:47 2004 New Revision: 5 Modified: trunk/SQLObject/docs/default.css Log: Made notes and warnings display more nicely. Modified: trunk/SQLObject/docs/default.css ============================================================================== --- trunk/SQLObject/docs/default.css (original) +++ trunk/SQLObject/docs/default.css Sat Feb 7 14:20:47 2004 @@ -53,9 +53,10 @@ // margin: 2em ; background-color: #cccccc; align: center; - //width: 60%; - // border: medium outset ; + width: 40%; + border: medium outset ; padding: 3px; + float: right; } div.attention p.admonition-title, div.caution p.admonition-title, @@ -64,13 +65,19 @@ color: red ; font-weight: bold ; font-family: sans-serif; - text-align: center } + text-align: center; + display: block; + background-color: #999999; + margin: 0; } div.hint p.admonition-title, div.important p.admonition-title, div.note p.admonition-title, div.tip p.admonition-title { font-weight: bold ; font-family: sans-serif; - text-align: center } + text-align: center; + display: block; + background-color: #999999; + margin: 0; } div.dedication { margin: 2em 5em ; |