|
Boost-Commit : |
From: joel_at_[hidden]
Date: 2007-11-06 22:06:25
Author: djowel
Date: 2007-11-06 22:06:23 EST (Tue, 06 Nov 2007)
New Revision: 40866
URL: http://svn.boost.org/trac/boost/changeset/40866
Log:
added license info in copyright notice at the footer
Text files modified:
trunk/libs/fusion/doc/html/boostbook.css | 33 ++++++++++++++++++++++++++++++---
1 files changed, 30 insertions(+), 3 deletions(-)
Modified: trunk/libs/fusion/doc/html/boostbook.css
==============================================================================
--- trunk/libs/fusion/doc/html/boostbook.css (original)
+++ trunk/libs/fusion/doc/html/boostbook.css 2007-11-06 22:06:23 EST (Tue, 06 Nov 2007)
@@ -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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk