From 4349e0d4efda78a7d6d0bd1cf0fd8fa153080b03 Mon Sep 17 00:00:00 2001 From: Spacetown Date: Tue, 9 Nov 2021 21:58:34 +0100 Subject: [PATCH] Update example data. --- doc/examples/example_html.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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