Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Working Groups
AsciiDoc WG
asciidoc.org
Commits
b8d9f843
Verified
Commit
b8d9f843
authored
Apr 20, 2022
by
Dan Allen
Browse files
swap convert and author icons so they line up with the correct category
parent
7fcb106a
Pipeline
#3513
passed with stage
in 34 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
pages/assets/css/_base.css
View file @
b8d9f843
...
...
@@ -1157,11 +1157,11 @@ section.tools .cards > .card h3::before {
}
section
.tools
.cards
>
.card
:nth-child
(
1
)
h3
::before
{
background-image
:
url("../img/
convert
.svg")
;
background-image
:
url("../img/
author
.svg")
;
}
section
.tools
.cards
>
.card
:nth-child
(
2
)
h3
::before
{
background-image
:
url("../img/
author
.svg")
;
background-image
:
url("../img/
convert
.svg")
;
}
section
.tools
.cards
>
.card
:nth-child
(
3
)
h3
::before
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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