diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css index e06ac4b4ca..2e2ee71d7e 100644 --- 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) =============================================================================*/ /*============================================================================= @@ -517,6 +516,4 @@ span.inlinemediaobject img { vertical-align: middle; - } - - + } \ No newline at end of file diff --git a/doc/html/reference.css b/doc/html/reference.css index be4e64cc07..6826962afc 100644 --- a/doc/html/reference.css +++ b/doc/html/reference.css @@ -1,5 +1,11 @@ +/*============================================================================ + Copyright 2003-2004 Douglas Gregor + 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) +============================================================================*/ + PRE.synopsis { background-color: #e0ffff; border: thin solid blue; padding: 1em -} +} \ No newline at end of file