Skip to content

Commit

Permalink
chore: add border to md screenshots (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcahilltorre authored Apr 9, 2024
1 parent 024a6a6 commit 502e60d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
14 changes: 0 additions & 14 deletions assets/css/docs-nginx-com/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,20 +186,6 @@ section {
display: block
}

.figure-bitmap {
border: solid 2px #42932D;
margin-bottom: 10px;
display: inline-block;
max-width: 100%;
}

.figure-svg {
border: solid 2px #42932D;
margin-bottom: 10px;
display: block;
min-width: 100%;
}

caption,
td {
font-weight: 300
Expand Down
22 changes: 22 additions & 0 deletions assets/css/f5-hugo.css
Original file line number Diff line number Diff line change
Expand Up @@ -1540,3 +1540,25 @@ li.nav-item a.nav-link {
border-top: 1px solid #429345;
margin-bottom: 10px;
}

.figure-bitmap {
border: solid 2px #42932D;
margin-bottom: 10px;
display: inline-block;
max-width: 100%;
}

.figure-svg {
border: solid 2px #42932D;
margin-bottom: 10px;
display: block;
min-width: 100%;
}

.md__image {
border: solid 2px #42932D;
margin-bottom: 10px;
display: inline-block;
max-width: 100%;
min-width: 100%;
}

0 comments on commit 502e60d

Please sign in to comment.