Skip to content

Commit f9be5d9

Browse files
authored
WEB: Added stying for pre element within the codeblock divs (pandas-dev#51665)
1 parent edf1ba1 commit f9be5d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/pandas/static/css/codehilite.css

+1
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
7272
.codehilite .vi { color: #bb60d5 } /* Name.Variable.Instance */
7373
.codehilite .vm { color: #bb60d5 } /* Name.Variable.Magic */
7474
.codehilite .il { color: #40a070 } /* Literal.Number.Integer.Long */
75+
.codehilite > pre { padding: 1em; border: 0.1em solid darkgrey; border-radius: 0.4em; }

0 commit comments

Comments
 (0)