$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r69117 - branches/release/libs/mpl/doc
From: agurtovoy_at_[hidden]
Date: 2011-02-21 05:00:10
Author: agurtovoy
Date: 2011-02-21 05:00:08 EST (Mon, 21 Feb 2011)
New Revision: 69117
URL: http://svn.boost.org/trac/boost/changeset/69117
Log:
Docs/cosmetic: fix td/th border style in Firefox
Text files modified:
branches/release/libs/mpl/doc/style.css | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: branches/release/libs/mpl/doc/style.css
==============================================================================
--- branches/release/libs/mpl/doc/style.css (original)
+++ branches/release/libs/mpl/doc/style.css 2011-02-21 05:00:08 EST (Mon, 21 Feb 2011)
@@ -644,6 +644,7 @@
table.table
th
{
+ border: solid 1px #c7c7c7;
vertical-align: top;
}