summaryrefslogtreecommitdiff
path: root/themes/clouds/css-2.0.0/style.css
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-05-31 15:27:49 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-05-31 15:30:50 +0100
commit8de50a4ea3630afae524c9f14cc199f00ba1538e (patch)
treeff6fdd2ea81817d601524972f59b289217654263 /themes/clouds/css-2.0.0/style.css
parent7ab04c647f16130a5912427af850eb8b33681c0d (diff)
downloadwebtrees-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-xthemes/clouds/css-2.0.0/style.css2
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;
}