Skip to content

Commit 44d9890

Browse files
committed
really fix prettyprint styles
1 parent 0e3b999 commit 44d9890

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/assets/js/google-code-prettify/prettify.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
}
1717

1818
/* Specify class=linenums on a pre to get line numbering */
19-
.linenums {
20-
margin: 0;
19+
ol.linenums {
20+
margin: 0 0 0 40px;
2121
}
2222
/* IE indents via margin-left */
23-
.linenums li {
24-
margin-left: 40px;
23+
ol.linenums li {
2524
padding: 0 5px;
2625
color: rgba(0,0,0,.15);
2726
line-height: 20px;

0 commit comments

Comments
 (0)