2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-25 04:42:32 +00:00
Files
website/doc/style/html/toc.css
Matias Capeletto a96fdffe39 Improving boost docs project repository
[SVN r7144]
2007-06-25 18:35:23 +00:00

34 lines
957 B
CSS
Executable File

/*=============================================================================
Boostbook Green Style
Copyright (c) 2006-2007 Matias Capeletto
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
Acknowledgments:
This css is based on ideas from stylesheets from Joel De Guzman and
Rene Rivera.
=============================================================================*/
/*----------------------------------------------------------------------------
Table of contents
-----------------------------------------------------------------------------*/
.toc
{
margin: 1pc 4% 0pc 4%;
font-size: 10pt;
line-height: 1.15;
}
div.toc div.box-inner-wrapper
{
padding-left: 36px;
}