Skip to content

Commit 6a0e6b6

Browse files
Merge pull request #331 from danmacpherson/remove-red-border-in-examples
Removing the red boarder for .err in examples
2 parents c96a16a + bf16608 commit 6a0e6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,9 +664,9 @@ b.conum * {
664664
color: #408080;
665665
font-style: italic;
666666
} /* Comment */
667-
.highlight .err {
667+
/* .highlight .err {
668668
border: 1px solid #ff0000;
669-
} /* Error */
669+
} Error */
670670
.highlight .k {
671671
color: #008000;
672672
font-weight: bold;

0 commit comments

Comments
 (0)