From af4779c3dda10accbd9af74e442a3273209b056e Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 6 Jun 2009 13:37:38 +0000 Subject: Change boost.css to set the text colour as it sets the background colour. Also mark some reverted documentation changes as merged. Merged revisions 51043-51044,53553,53555 via svnmerge from https://svn.boost.org/svn/boost/trunk [SVN r53684] --- boost.css | 1 + 1 file changed, 1 insertion(+) (limited to 'boost.css') diff --git a/boost.css b/boost.css index 9f8d4bda8f..986c4050fa 100644 --- a/boost.css +++ b/boost.css @@ -25,6 +25,7 @@ BODY { FONT-SIZE: 100%; BACKGROUND-COLOR: #ffffff; + COLOR: #000000; } PRE { -- cgit v1.2.1