summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Huber <ahd6974-boostorg@live.com>2006-12-02 10:17:36 +0000
committerAndreas Huber <ahd6974-boostorg@live.com>2006-12-02 10:17:36 +0000
commit180a34bab5df6f558ec1cfe9af000dd2c55d9c16 (patch)
tree96564d5fa6a9ab4cea6a222d65c05b1680736256 /doc
parentbbf3397993a0544a82d2e72404419d171fd8bfac (diff)
downloadboost-180a34bab5df6f558ec1cfe9af000dd2c55d9c16.tar.gz
Merged L & C issue fixes from trunk to branch.
[SVN r36242]
Diffstat (limited to 'doc')
-rw-r--r--doc/html/boostbook.css14
-rw-r--r--doc/html/reference.css8
2 files changed, 18 insertions, 4 deletions
diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css
index d84d538439..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)
=============================================================================*/
/*=============================================================================
@@ -509,3 +508,12 @@
font-weight: bold;
}
}
+
+/*=============================================================================
+ Images
+=============================================================================*/
+
+ 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