Skip to content
Snippets Groups Projects
Commit 22b479f6 authored by Alan De Smet's avatar Alan De Smet
Browse files

zebra stripe report tables

parent 0d64fe34
No related branches found
No related tags found
1 merge request!9Improved report formatting#18
...@@ -20,6 +20,10 @@ Copyright (c) 2011 University of Wisconsin SSEC. All rights reserved. ...@@ -20,6 +20,10 @@ Copyright (c) 2011 University of Wisconsin SSEC. All rights reserved.
td.n,th.n { text-align: right; } td.n,th.n { text-align: right; }
body { font-family: sans-serif; } body { font-family: sans-serif; }
h4 { margin-bottom: 0; } h4 { margin-bottom: 0; }
tr th { background-color: white; }
tr:nth-child(even) { background-color: #EEE; }
table { border-collapse: collapse; }
td, th { padding-left: 0.5em; padding-right: 0.5em; }
</style> </style>
</head> </head>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment