Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
d6e491a7
Commit
d6e491a7
authored
May 02, 2016
by
Alexandre Duret-Lutz
Browse files
doc: fix css to not highlight table row in man pages
* doc/org/spot.css: Here.
parent
5e6d096e
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/org/spot.css
View file @
d6e491a7
...
...
@@ -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
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment