$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: fmhess_at_[hidden]
Date: 2007-09-25 10:54:36
Author: fmhess
Date: 2007-09-25 10:54:26 EDT (Tue, 25 Sep 2007)
New Revision: 39522
URL: http://svn.boost.org/trac/boost/changeset/39522
Log:
Fixed minor issue with programlisting inside table appearing in larger font.
Text files modified: 
   sandbox/boost_docs/trunk/doc/style/html/table.css |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: sandbox/boost_docs/trunk/doc/style/html/table.css
==============================================================================
--- sandbox/boost_docs/trunk/doc/style/html/table.css	(original)
+++ sandbox/boost_docs/trunk/doc/style/html/table.css	2007-09-25 10:54:26 EDT (Tue, 25 Sep 2007)
@@ -72,6 +72,7 @@
         padding-bottom: 0px;
         background-color: white;
         border: 1px solid #ECECEC;
+        font-size: 10pt;
     }
 
     .table table tr td p,