diff --git a/doc/examples/example_html.html b/doc/examples/example_html.html index 6f5648807..266f5e592 100644 --- a/doc/examples/example_html.html +++ b/doc/examples/example_html.html @@ -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