From 046f4aee447caec54b128585be957dfc13d090ab Mon Sep 17 00:00:00 2001 From: "William E. Kempf" Date: Wed, 1 May 2002 15:37:25 +0000 Subject: Updated documentation for pending release [SVN r13606] --- boost.css | 34 +++++++++++++++++----------------- libs/thread | 2 +- more/writingdoc/design.html | 16 ++++++++-------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/boost.css b/boost.css index 7b056af33f..03510b223e 100644 --- a/boost.css +++ b/boost.css @@ -1,54 +1,54 @@ H1 { - FONT-SIZE: 24pt; - COLOR: darkblue + FONT-SIZE: 200%; + COLOR: #00008B; } H2 { - FONT-SIZE: 18pt + FONT-SIZE: 150%; } H3 { - FONT-SIZE: 15pt + FONT-SIZE: 125%; } H4 { - FONT-SIZE: 13pt + FONT-SIZE: 108%; } BODY { - FONT-SIZE: 12pt; - BACKGROUND-COLOR: #ffffff + FONT-SIZE: 100%; + BACKGROUND-COLOR: #ffffff; } PRE { - MARGIN-LEFT: 2pc; - FONT-FAMILY: Courier + MARGIN-LEFT: 2em; + FONT-FAMILY: Courier; } CODE { - FONT-FAMILY: Courier -; white-space: pre + FONT-FAMILY: Courier; + white-space: pre; } .index { - TEXT-ALIGN: left + TEXT-ALIGN: left; } .page-index { - TEXT-ALIGN: left + TEXT-ALIGN: left; } .definition { - TEXT-ALIGN: left + TEXT-ALIGN: left; } .footnote { - FONT-SIZE: 8pt; + FONT-SIZE: 66%; VERTICAL-ALIGN: super; - TEXT-DECORATION: none + TEXT-DECORATION: none; } .function-semantics { - CLEAR: left + CLEAR: left; } diff --git a/libs/thread b/libs/thread index 3a2246de5b..9fb31e9868 160000 --- a/libs/thread +++ b/libs/thread @@ -1 +1 @@ -Subproject commit 3a2246de5ba6e30461318841b67c6a0acda79ea4 +Subproject commit 9fb31e986804bbf2f4f84dc47d4ee1317a4b79b9 diff --git a/more/writingdoc/design.html b/more/writingdoc/design.html index f7b69812a5..20021cbac3 100644 --- a/more/writingdoc/design.html +++ b/more/writingdoc/design.html @@ -349,22 +349,22 @@ into the browser (for instance, on most Windows browsers you can right click on the link and select the appropriate command from the context sensitive menu).


-- cgit v1.2.1