Skip to content

Commit 502e60d

Browse files
authored
chore: add border to md screenshots (#56)
1 parent 024a6a6 commit 502e60d

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

assets/css/docs-nginx-com/style.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -186,20 +186,6 @@ section {
186186
display: block
187187
}
188188

189-
.figure-bitmap {
190-
border: solid 2px #42932D;
191-
margin-bottom: 10px;
192-
display: inline-block;
193-
max-width: 100%;
194-
}
195-
196-
.figure-svg {
197-
border: solid 2px #42932D;
198-
margin-bottom: 10px;
199-
display: block;
200-
min-width: 100%;
201-
}
202-
203189
caption,
204190
td {
205191
font-weight: 300

assets/css/f5-hugo.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,3 +1540,25 @@ li.nav-item a.nav-link {
15401540
border-top: 1px solid #429345;
15411541
margin-bottom: 10px;
15421542
}
1543+
1544+
.figure-bitmap {
1545+
border: solid 2px #42932D;
1546+
margin-bottom: 10px;
1547+
display: inline-block;
1548+
max-width: 100%;
1549+
}
1550+
1551+
.figure-svg {
1552+
border: solid 2px #42932D;
1553+
margin-bottom: 10px;
1554+
display: block;
1555+
min-width: 100%;
1556+
}
1557+
1558+
.md__image {
1559+
border: solid 2px #42932D;
1560+
margin-bottom: 10px;
1561+
display: inline-block;
1562+
max-width: 100%;
1563+
min-width: 100%;
1564+
}

0 commit comments

Comments
 (0)