We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7682327 commit 050f781Copy full SHA for 050f781
1 file changed
_sass/external/_syntax.scss
@@ -63,7 +63,8 @@
63
.il { color: #009999 } /* Literal.Number.Integer.Long */
64
65
/** Custom **/
66
-/*.highlight pre { word-wrap: normal }
+pre table { width: inherit } /* Work-around for Rouge highlighter */
67
+.highlight pre { word-wrap: normal }
68
.highlight pre code { white-space: pre }
-.lineno { opacity:.2; color: #cccccc;-webkit-transition: opacity .5s linear; transition: opacity .5s linear;} !* Line nos *!
69
-.highlight:hover .lineno { opacity: 1 } !* Show line nos on hover *!*/
+.lineno { opacity:.2; color: #cccccc;-webkit-transition: opacity .5s linear; transition: opacity .5s linear;} /* Line nos */
70
+.highlight:hover .lineno { opacity: 1 } /* Show line nos on hover */
0 commit comments