added license info in copyright notice at the footer

[SVN r40866]
This commit is contained in:
Joel de Guzman
2007-11-07 03:06:23 +00:00
parent e10f3e17b3
commit 2016e8e53b

View File

@ -2,9 +2,8 @@
Copyright (c) 2004 Joel de Guzman Copyright (c) 2004 Joel de Guzman
http://spirit.sourceforge.net/ http://spirit.sourceforge.net/
Use, modification and distribution is subject to the Boost Software Distributed under the Boost Software License, Version 1.0. (See accompany-
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/ =============================================================================*/
/*============================================================================= /*=============================================================================
@ -262,6 +261,20 @@
font-size: 80%; 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 Blurbs
=============================================================================*/ =============================================================================*/
@ -523,9 +536,23 @@
border: 1px solid gray; border: 1px solid gray;
} }
table.simplelist tr td
{
border: none !important;
}
/* Misc */ /* Misc */
span.highlight span.highlight
{ {
font-weight: bold; font-weight: bold;
} }
} }
/*=============================================================================
Images
=============================================================================*/
span.inlinemediaobject img
{
vertical-align: middle;
}