diff options
author | Dave Abrahams <dave@boostpro.com> | 2005-07-27 22:47:22 +0000 |
---|---|---|
committer | Dave Abrahams <dave@boostpro.com> | 2005-07-27 22:47:22 +0000 |
commit | aa27b3fe77e0f019a5b12958d0cdc9b5eed1b2a7 (patch) | |
tree | 163816d39c4871f2afb6dc60901a54abe8a9acfc /rst.css | |
parent | 3014754cc26c83fe9b452a0361ddda6f70d1b4b2 (diff) | |
download | boost-aa27b3fe77e0f019a5b12958d0cdc9b5eed1b2a7.tar.gz |
First edits to the reference
[SVN r30270]
Diffstat (limited to 'rst.css')
-rwxr-xr-x | rst.css | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -95,6 +95,10 @@ div.system-message p.system-message-title { div.topic { margin: 2em } +dt { + font-weight: bold +} + H1.title { FONT-SIZE: 200%; @@ -127,12 +131,10 @@ PRE } CODE { - FONT-FAMILY: Courier; white-space: pre; } .pre { - FONT-FAMILY: Courier; white-space: pre; } .index @@ -313,3 +315,8 @@ img.boost-logo { border: none; vertical-align: middle } + +pre.literal-block span.concept { + font-style: italic; +} + |