Browse Source

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]
Daniel James 17 years ago
parent
commit
af4779c3dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      boost.css

+ 1 - 0
boost.css

@@ -25,6 +25,7 @@ BODY
 {
     FONT-SIZE: 100%;
     BACKGROUND-COLOR: #ffffff;
+    COLOR: #000000;
 }
 PRE
 {

粤ICP备19079148号