summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boost.css34
m---------libs/thread0
-rw-r--r--more/writingdoc/design.html16
3 files changed, 25 insertions, 25 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
-Subproject 3a2246de5ba6e30461318841b67c6a0acda79ea
+Subproject 9fb31e986804bbf2f4f84dc47d4ee1317a4b79b
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).</p>
<ul>
- <li><a name="index-template"></a><a href="template\index.html">Index Page Template</a></li>
+ <li><a name="index-template"></a><a href="template/index.html">Index Page Template</a></li>
<li><a name="overview-template"></a><a href="template%5Coverview.html">Overview
Page Template</a></li>
- <li><a name="definitions-template"></a><a href="template\definitions.html">Definitions
+ <li><a name="definitions-template"></a><a href="template/definitions.html">Definitions
Page Template</a></li>
- <li><a name="rationale-template"></a><a href="template\rationale.html">Rationale
+ <li><a name="rationale-template"></a><a href="template/rationale.html">Rationale
Page Template</a></li>
- <li><a name="configuration-template"></a><a href="template\configuration.html">Configuration
+ <li><a name="configuration-template"></a><a href="template/configuration.html">Configuration
Page Template</a></li>
- <li><a name="faq-template"></a><a href="template\faq.html">FAQ (Frequently Asked
+ <li><a name="faq-template"></a><a href="template/faq.html">FAQ (Frequently Asked
Questions) Page Template</a></li>
- <li><a name="bibliography-template"></a><a href="template\bibliography.html">Bibliography
+ <li><a name="bibliography-template"></a><a href="template/bibliography.html">Bibliography
Page Template</a></li>
- <li><a name="acknowledgements-template"></a><a href="template\acknowledgments.html">Acknowledgments
+ <li><a name="acknowledgements-template"></a><a href="template/acknowledgments.html">Acknowledgments
Page Template</a></li>
- <li><a name="header-template"></a><a href="template\header.html">Header Page
+ <li><a name="header-template"></a><a href="template/header.html">Header Page
Template</a></li>
</ul>
<hr>