commit | 6a88b5f435af4cdd6787bb3df998344c18ffd38e | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Feb 24 16:50:46 2018 -0500 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Feb 25 19:49:04 2018 -0500 |
tree | eea395bd0727babea857171bb7341a7c49e7db47 | |
parent | d9c520bed9e1c49e2f9627f5094116cf6b5d73f2 [diff] [blame] |
tools: use CSS to paint table rows with alternating colors in the status page Change-Id: I04416437e2b18b452bde2f478084090f92003a85
diff --git a/tools/nfd-status-http-server-files/style.css b/tools/nfd-status-http-server-files/style.css index 176da83..5d4b828 100644 --- a/tools/nfd-status-http-server-files/style.css +++ b/tools/nfd-status-http-server-files/style.css
@@ -150,7 +150,6 @@ min-width: 20px; } - tr.center td { text-align: center; @@ -173,7 +172,7 @@ padding: 0; } -.odd { +table.alt-row-colors > tbody > tr:nth-of-type(even) { background-color: #eeeeee; }