From 923f4b62775da4cda2a776dcac2470c158498703 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 2 May 2016 10:12:32 +0200 Subject: [PATCH] doc: fix css to not highlight table row in man pages * doc/org/spot.css: Here. --- doc/org/spot.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/org/spot.css b/doc/org/spot.css index 49ca7598d..c30fa03c3 100644 --- a/doc/org/spot.css +++ b/doc/org/spot.css @@ -36,10 +36,10 @@ img{max-width:100%} } thead tr {background: #ffe35e;} -tbody:nth-child(odd) tr:nth-child(even) {background: #fff0a6;} -tbody:nth-child(odd) tr:nth-child(odd) {background: #fff7cf;} -tbody:nth-child(even) tr:nth-child(even) {background: #fff3bc;} -tbody:nth-child(even) tr:nth-child(odd) {background: #fffbe0;} +#content tbody:nth-child(odd) tr:nth-child(even) {background: #fff0a6;} +#content tbody:nth-child(odd) tr:nth-child(odd) {background: #fff7cf;} +#content tbody:nth-child(even) tr:nth-child(even) {background: #fff3bc;} +#content tbody:nth-child(even) tr:nth-child(odd) {background: #fffbe0;} .org-keyword{font-weight:bold} .org-builtin{font-weight:bold} .org-preprocessor{font-weight:bold} -- GitLab