From aa27b3fe77e0f019a5b12958d0cdc9b5eed1b2a7 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 27 Jul 2005 22:47:22 +0000 Subject: [PATCH] First edits to the reference [SVN r30270] --- libs/parameter | 2 +- rst.css | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/libs/parameter b/libs/parameter index 51f4488365..5ba1995697 160000 --- a/libs/parameter +++ b/libs/parameter @@ -1 +1 @@ -Subproject commit 51f44883652d4bb85738e51c2ac38838f39886be +Subproject commit 5ba1995697da4583f87e0c18960104be1bff7b31 diff --git a/rst.css b/rst.css index af7517e654..84fa1fa903 100755 --- a/rst.css +++ b/rst.css @@ -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; +} +