2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-14 13:12:10 +00:00
Files
test/doc/style/btl-paragraphs.css
Gennadiy Rozental 3f7299d33a update in progress
[SVN r32494]
2006-02-01 08:03:57 +00:00

51 lines
842 B
CSS

/* Copyright Gennadiy Rozental 2001-2006.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
*/
P.first-line-indented
{
text-indent: 10px;
}
P.indented
{
margin-left: 20px;
margin-top: 0px;
margin-bottom: 0px;
}
P.epigraph
{
text-align: right;
font-family: Century Gothic;
font-style: italic
}
P.test-output
{
font-family: Arial;
font-size: 12pt;
margin-left: 2em;
white-space: nowrap
}
P.page-toc
{
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
}
P.page-toc-indented
{
font-weight: bold;
margin-left: 20px;
margin-top: 0px;
margin-bottom: 0px;
}
P.see-also-content
{
padding-left: 40px;
}