Skip to content

Commit 939887c

Browse files
committed
Remove unnecessary paddings for caption
1 parent 1b7bbf5 commit 939887c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxhighlighter3/styles/shCore.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
}
8989
.syntaxhighlighter table caption {
9090
text-align: left !important;
91-
padding: .5em 0 0.5em 1em !important;
91+
padding: 0 0 0.5em 0 !important;
9292
}
9393
.syntaxhighlighter table td.code {
9494
width: 100% !important;

0 commit comments

Comments
 (0)