From 2016e8e53ba17ca9551425ecbf75b972d3cbfff7 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Wed, 7 Nov 2007 03:06:23 +0000 Subject: [PATCH] added license info in copyright notice at the footer [SVN r40866] --- doc/html/boostbook.css | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css index 8d63b8da..72b93a30 100755 --- a/doc/html/boostbook.css +++ b/doc/html/boostbook.css @@ -2,9 +2,8 @@ Copyright (c) 2004 Joel de Guzman http://spirit.sourceforge.net/ - 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) + Distributed under the Boost Software License, Version 1.0. (See accompany- + ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =============================================================================*/ /*============================================================================= @@ -262,6 +261,20 @@ font-size: 80%; } + table.simplelist + { + width: auto !important; + margin: 0em !important; + padding: 0em !important; + } + table.simplelist td + { + margin: 0em !important; + padding: 0em !important; + text-align: left !important; + font-size: 9pt !important; + } + /*============================================================================= Blurbs =============================================================================*/ @@ -523,9 +536,23 @@ border: 1px solid gray; } + table.simplelist tr td + { + border: none !important; + } + /* Misc */ span.highlight { font-weight: bold; } } + +/*============================================================================= + Images +=============================================================================*/ + + span.inlinemediaobject img + { + vertical-align: middle; + } \ No newline at end of file