diff options
Diffstat (limited to 'core/misc/print.css')
-rw-r--r-- | core/misc/print.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/misc/print.css b/core/misc/print.css index 6e69a3ba21e..586d3329434 100644 --- a/core/misc/print.css +++ b/core/misc/print.css @@ -17,7 +17,7 @@ th { tr:nth-child(odd) { background-color: #ddd; } -tr:nth-child(even){ +tr:nth-child(even) { background-color: #fff; } td { |