mirror of
https://github.com/boostorg/test.git
synced 2026-02-18 14:32:11 +00:00
26 lines
395 B
CSS
26 lines
395 B
CSS
/* Copyright Gennadiy Rozental 2001-2007.
|
|
* 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)
|
|
*/
|
|
|
|
DIV.itemizedlist ul li
|
|
{
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
DIV.files-list ul
|
|
{
|
|
list-style-type: none;
|
|
}
|
|
|
|
DIV.files-list ul li p
|
|
{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
div.variablelist dl dt
|
|
{
|
|
float: none;
|
|
}
|