Skip to content

Commit 51ff092

Browse files
committed
increase bottom padding for code block caption
Signed-off-by: Oleg Höfling <[email protected]>
1 parent 13c7402 commit 51ff092

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)