We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f033428 commit f061adaCopy full SHA for f061ada
1 file changed
docs/_sass/_prettify.scss
@@ -29,11 +29,11 @@
29
margin-bottom: 20px;
30
margin-top: 20px;
31
border: 1px solid #e1e1e8;
32
-}
33
-.prettyprint.linenums {
34
- -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
35
- -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
36
- box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
+ &.linenums {
+ -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
+ -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
+ box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
+ }
37
}
38
39
/* Specify class=linenums on a pre to get line numbering */
0 commit comments