cGit-UI for Git Repositories

cGit-UI – is a web interface for Git Repositories. cGit CGI script is writen in C and therefore it's fast enough

12 Commits   0 Branches   1 Tag
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;
+}