Index: highlightjs-line-numbers.css
===================================================================
--- highlightjs-line-numbers.css (nonexistent)
+++ highlightjs-line-numbers.css (revision 5)
@@ -0,0 +1,24 @@
+
+.hljs-ln-numbers {
+ /* for block of numbers: */
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+
+ text-align: right;
+ color: #a4a4a4;
+ border-right: 1px solid #e4e4e4;
+ vertical-align: top;
+ padding-right: 5px !important;
+ padding-left: 5px !important;
+
+ /* your custom style here */
+}
+
+.hljs-ln-code {
+ /* for block of code: */
+ padding-left: 10px !important;
+}