doc: fix css to not highlight table row in man pages

* doc/org/spot.css: Here.
This commit is contained in:
Alexandre Duret-Lutz 2016-05-02 10:12:32 +02:00
parent 48e6ef7065
commit 923f4b6277

View file

@ -36,10 +36,10 @@ img{max-width:100%}
} }
thead tr {background: #ffe35e;} thead tr {background: #ffe35e;}
tbody:nth-child(odd) tr:nth-child(even) {background: #fff0a6;} #content tbody:nth-child(odd) tr:nth-child(even) {background: #fff0a6;}
tbody:nth-child(odd) tr:nth-child(odd) {background: #fff7cf;} #content tbody:nth-child(odd) tr:nth-child(odd) {background: #fff7cf;}
tbody:nth-child(even) tr:nth-child(even) {background: #fff3bc;} #content tbody:nth-child(even) tr:nth-child(even) {background: #fff3bc;}
tbody:nth-child(even) tr:nth-child(odd) {background: #fffbe0;} #content tbody:nth-child(even) tr:nth-child(odd) {background: #fffbe0;}
.org-keyword{font-weight:bold} .org-keyword{font-weight:bold}
.org-builtin{font-weight:bold} .org-builtin{font-weight:bold}
.org-preprocessor{font-weight:bold} .org-preprocessor{font-weight:bold}