Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Filipe Laíns
aurweb
Commits
dd0e0903
Commit
dd0e0903
authored
Oct 19, 2019
by
Lukas Fleischer
Browse files
Sync CSS with archweb
Signed-off-by:
Lukas Fleischer
<
lfleischer@archlinux.org
>
parent
3ec0f6bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/html/css/archweb.css
View file @
dd0e0903
...
...
@@ -687,14 +687,6 @@ table.results {
padding
:
.3em
1em
.3em
3px
;
}
.results
tr
.odd
{
background
:
#fff
;
}
.results
tr
.even
{
background
:
#e4eeff
;
}
.results
.flagged
{
color
:
red
;
}
...
...
@@ -977,6 +969,16 @@ table td.country {
background
:
#ffd
;
}
.results
tr
:nth-child
(
even
),
#article-list
tr
:nth-child
(
even
)
{
background
:
#e4eeff
;
}
.results
tr
:nth-child
(
odd
),
#article-list
tr
:nth-child
(
odd
)
{
background
:
#fff
;
}
/* dev dashboard: */
table
.dash-stats
.key
{
width
:
50%
;
...
...
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