diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-05-31 15:27:49 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-05-31 15:30:50 +0100 |
| commit | 8de50a4ea3630afae524c9f14cc199f00ba1538e (patch) | |
| tree | ff6fdd2ea81817d601524972f59b289217654263 /themes/clouds/css-2.0.0/style.css | |
| parent | 7ab04c647f16130a5912427af850eb8b33681c0d (diff) | |
| download | webtrees-8de50a4ea3630afae524c9f14cc199f00ba1538e.tar.gz webtrees-8de50a4ea3630afae524c9f14cc199f00ba1538e.tar.bz2 webtrees-8de50a4ea3630afae524c9f14cc199f00ba1538e.zip | |
FAQ module page layout
Diffstat (limited to 'themes/clouds/css-2.0.0/style.css')
| -rwxr-xr-x | themes/clouds/css-2.0.0/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clouds/css-2.0.0/style.css b/themes/clouds/css-2.0.0/style.css index cd27268368..33dd2a74ed 100755 --- a/themes/clouds/css-2.0.0/style.css +++ b/themes/clouds/css-2.0.0/style.css @@ -2185,7 +2185,7 @@ table.faq { width: 98%; } -table.faq tr.odd td { +table.faq tr:nth-child(odd) td { background-color: #eee; } |
