mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8199893: the javadoc tool generates pages with a low constrast
Reviewed-by: jjg
This commit is contained in:
parent
ab275c586e
commit
19c13c2026
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ table.striped {
|
|||
border: 1px solid black;
|
||||
}
|
||||
table.striped > thead {
|
||||
background-color: #DDD;
|
||||
background-color: #E3E3E3;
|
||||
}
|
||||
table.striped > thead > tr > th, table.striped > thead > tr > td {
|
||||
border: 1px solid black;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue