Skip to content

Commit

Permalink
Merge pull request #2069 from gsmet/fix-admonition-config-doc
Browse files Browse the repository at this point in the history
Fix admonitions in config doc
  • Loading branch information
gsmet authored Aug 2, 2024
2 parents 9e667d4 + e39d7c2 commit f97f59b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _sass/quarkus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,18 @@ table.configuration-reference.tableblock > tbody {
> th:nth-child(3) { width: 15%; p { color: $white; } }
> td {
border: 1px solid var(--sec-border-color);

.admonitionblock > table {
margin-top:0.4em;
margin-bottom: 0.4em;
td.icon [class^="fa icon-"] {
font-size: 1.5em;
}
td.content {
line-height: 1rem;
font-size: 0.8em;
}
}
}

> td:nth-child(2) p,
Expand Down

0 comments on commit f97f59b

Please sign in to comment.