Skip to content

Commit 288e954

Browse files
authored
Merge pull request #4 from hoefling/master
Increase bottom padding for code block caption
2 parents 13c7402 + d6790d1 commit 288e954

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGES/3.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Increase bottom padding for code block caption to avoid it overlapping with the code block.

aiohttp_theme/static/aiohttp.css_t

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,3 +730,7 @@ table.docutils.citation, table.docutils.citation td, table.docutils.citation th
730730
-webkit-box-shadow: none;
731731
box-shadow: none;
732732
}
733+
734+
div.code-block-caption {
735+
padding: 2px 5px 10px;
736+
}

0 commit comments

Comments
 (0)