Skip to content

Commit

Permalink
Update example data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetown committed Nov 9, 2021
1 parent d1e9a52 commit 4349e0d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions doc/examples/example_html.html
Expand Up @@ -378,6 +378,31 @@
height : 15px;
margin-top: 0;
margin-bottom: 0;
}

.listOfFunctions td, .listOfFunctions th {
padding: 0 10px;
}
.listOfFunctions th
{
text-align: center;
color: white;
background-color: SteelBlue;
}
.listOfFunctions tr > td {
background: aliceblue;
}
.listOfFunctions tr:nth-child(even) > td {
background: LightSteelBlue
}
.listOfFunctions tr:hover > td
{
background-color: #ddd;
}
.listOfFunctions tr > td > a
{
text-decoration: none;
color: inherit;
}

.source-line
Expand Down

0 comments on commit 4349e0d

Please sign in to comment.