$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: bdawes_at_[hidden]
Date: 2007-09-14 11:43:23
Author: bemandawes
Date: 2007-09-14 11:43:22 EDT (Fri, 14 Sep 2007)
New Revision: 39269
URL: http://svn.boost.org/trac/boost/changeset/39269
Log:
Initial commit
Added:
   trunk/doc/html/minimal.css   (contents, props changed)
Added: trunk/doc/html/minimal.css
==============================================================================
--- (empty file)
+++ trunk/doc/html/minimal.css	2007-09-14 11:43:22 EDT (Fri, 14 Sep 2007)
@@ -0,0 +1,29 @@
+/*
+
+  © Copyright Beman Dawes, 2007
+
+  Distributed under the Boost Software License, Version 1.0.
+  See www.boost.org/LICENSE_1_0.txt
+  
+*/
+
+/*******************************************************************************
+      Body
+*******************************************************************************/
+
+body    { font-family: sans-serif; margin: 1em; }
+
+/*******************************************************************************
+      Table
+*******************************************************************************/
+
+table   { margin: 0.5em; }
+
+/*******************************************************************************
+      Font sizes
+*******************************************************************************/
+
+p, td, li { font-size: 10pt; }
+pre     { font-size: 9pt; }
+
+/*** end ***/
\ No newline at end of file