|
63 | 63 | .il { color: #009999 } /* Literal.Number.Integer.Long */ |
64 | 64 |
|
65 | 65 | /** Custom **/ |
66 | | -/*.highlight pre { word-wrap: normal } |
| 66 | +pre table { width: inherit } /* Work-around for Rouge highlighter */ |
| 67 | +.highlight pre { word-wrap: normal } |
67 | 68 | .highlight pre code { white-space: pre } |
68 | | -.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 *!*/ |
| 69 | +.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