Skip to content

Commit 6de4a56

Browse files
authored
Merge pull request #533 from cytopia/css-theme-docs
Fix CSS for code boxes
2 parents 44f2e36 + 0c316ee commit 6de4a56

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/_static/css/devilbox.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ div[class^='highlight'] {
4141
.highlight {
4242
background-color: #ffffff !important;
4343
}
44-
44+
.rst-content .code-block-caption {
45+
text-align: left !important;
46+
}
4547
/*
4648
div.rtd-pro.rtd-pro-footer {
4749
display: none;

0 commit comments

Comments
 (0)