mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 05:55:01 +00:00
Updated documentation for pending release
[SVN r13606]
This commit is contained in:
parent
76bcb25159
commit
046f4aee44
3 changed files with 26 additions and 26 deletions
34
boost.css
34
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;
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3a2246de5ba6e30461318841b67c6a0acda79ea4
|
||||
Subproject commit 9fb31e986804bbf2f4f84dc47d4ee1317a4b79b9
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue