1/*
2
3Copyright (C) 2016-2021 The Octave Project Developers
4
5See the file COPYRIGHT.md in the top-level directory of this
6distribution or <https://octave.org/copyright/>.
7
8This file is part of Octave.
9
10Octave is free software: you can redistribute it and/or modify it
11under the terms of the GNU General Public License as published by
12the Free Software Foundation, either version 3 of the License, or
13(at your option) any later version.
14
15Octave is distributed in the hope that it will be useful, but
16WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18GNU General Public License for more details.
19
20You should have received a copy of the GNU General Public License
21along with Octave; see the file COPYING.  If not, see
22<https://www.gnu.org/licenses/>.
23
24*/
25
26tr:nth-of-type(odd)
27{
28  background-color: #ccc;
29}
30