Skip to content

Commit 5e7a0bc

Browse files
committed
Experiment with applying the CSS to the div only
1 parent 6c51471 commit 5e7a0bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/css/extra.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display: none
33
}
44

5-
.codehilite code, .codehilite pre{color:#3F3F3F;background-color:#F7F7F7;
5+
.codehilite div {color:#3F3F3F;background-color:#F7F7F7;
66
overflow: auto;
77
box-sizing: border-box;
88

@@ -55,7 +55,8 @@ border: 1px solid #CCC !important;
5555
border-image-slice: 100% 100% 100% 100%;
5656
border-image-width: 1 1 1 1;
5757
border-image-outset: 0 0 0 0;
58-
border-image-repeat: stretch stretch;}
58+
border-image-repeat: stretch stretch;
59+
}
5960
.codehilite .hll { background-color: #ffffcc }
6061
.codehilite .c { color: #999988; font-style: italic } /* Comment */
6162
.codehilite .err { color: #a61717; background-color: #e3d2d2 } /* Error */

0 commit comments

Comments
 (0)