$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r76141 - in branches/release: . doc doc/html doc/src tools tools/build/v2
From: dnljms_at_[hidden]
Date: 2011-12-24 13:24:02
Author: danieljames
Date: 2011-12-24 13:24:02 EST (Sat, 24 Dec 2011)
New Revision: 76141
URL: http://svn.boost.org/trac/boost/changeset/76141
Log:
Merge doc directory.
Added:
   branches/release/doc/html/container.html
      - copied unchanged from r74314, /trunk/doc/html/container.html
   branches/release/doc/html/move.html
      - copied unchanged from r74314, /trunk/doc/html/move.html
Properties modified: 
   branches/release/   (props changed)
   branches/release/doc/   (props changed)
   branches/release/tools/   (props changed)
   branches/release/tools/build/v2/   (props changed)
Text files modified: 
   branches/release/doc/src/boostbook.css |    35 +++++++++++++++++++++++++++++++++++     
   branches/release/doc/src/minimal.css   |     7 -------                                 
   2 files changed, 35 insertions(+), 7 deletions(-)
Modified: branches/release/doc/src/boostbook.css
==============================================================================
--- branches/release/doc/src/boostbook.css	(original)
+++ branches/release/doc/src/boostbook.css	2011-12-24 13:24:02 EST (Sat, 24 Dec 2011)
@@ -609,3 +609,38 @@
         top: .5ex;
 }
 
+/*==============================================================================
+    Indexes: pretty much the same as the TOC.
+==============================================================================*/
+
+    .index
+    {
+       font-size: 80%;
+       padding-top: 0px;
+       padding-bottom: 0px;
+       margin-top: 0px;
+       margin-bottom: 0px;
+       margin-left: 0px;
+    }
+
+    .index ul
+    {
+       padding-left: 3em;
+    }
+
+    .index p
+    {
+       padding: 2px;
+       margin: 2px;
+    }
+
+    .index-entry-level-0
+    {
+        font-weight: bold;
+    }
+
+    .index em
+    {
+        font-weight: bold;
+    }
+
Modified: branches/release/doc/src/minimal.css
==============================================================================
--- branches/release/doc/src/minimal.css	(original)
+++ branches/release/doc/src/minimal.css	2011-12-24 13:24:02 EST (Sat, 24 Dec 2011)
@@ -19,11 +19,4 @@
 
 table   { margin: 0.5em; }
 
-/*******************************************************************************
-      Font sizes
-*******************************************************************************/
-
-p, td, li, blockquote { font-size: 10pt; }
-pre     { font-size: 9pt; }
-
 /*** end ***/
\ No newline at end of file