fixed washed-out table text (#4903)

This commit is contained in:
Scot Breitenfeld
2024-10-02 16:06:18 -05:00
committed by Larry Knox
parent 7418e7c3e6
commit 467d3babeb
+3 -3
View File
@@ -20,7 +20,7 @@
* \section sec_collective_calls_func Always collective
* The following functions must always be called collectively.
<table border="0" width="100%">
<table border="0" style="color: black;" width="100%">
<tr valign="top" align="enter" bgcolor="FFFFFF"><th>
API
</th><th>
@@ -647,7 +647,7 @@
* If, however, the target object will <em>not</em> be modified,
* they may be called independently.
*
<table border="0" width="100%">
<table border="0" style="color: black;" width="100%">
<tr valign="top" align="center" bgcolor="FFFFFF"><th>
API
</th><th>
@@ -943,7 +943,7 @@
* for an object or link in all cases where the object or link is accessed
* in a parallel program.
<table width="100%" border="0">
<table width="100%" style="color: black;" border="0">
<tr valign="top" align="left"><td width="50%">
<table border="0">
<tr valign="top" align="left" bgcolor="FFFFFF"><th>