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

3 Commits   0 Branches   1 Tag
05d292b2 (kx 2023-03-24 03:51:10 +0300  1) 
05d292b2 (kx 2023-03-24 03:51:10 +0300  2) .hljs-ln-numbers {
05d292b2 (kx 2023-03-24 03:51:10 +0300  3)   /* for block of numbers: */
05d292b2 (kx 2023-03-24 03:51:10 +0300  4)   -webkit-touch-callout: none;
05d292b2 (kx 2023-03-24 03:51:10 +0300  5)   -webkit-user-select: none;
05d292b2 (kx 2023-03-24 03:51:10 +0300  6)   -khtml-user-select: none;
05d292b2 (kx 2023-03-24 03:51:10 +0300  7)   -moz-user-select: none;
05d292b2 (kx 2023-03-24 03:51:10 +0300  8)   -ms-user-select: none;
05d292b2 (kx 2023-03-24 03:51:10 +0300  9)   user-select: none;
05d292b2 (kx 2023-03-24 03:51:10 +0300 10) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 11)   text-align: right;
05d292b2 (kx 2023-03-24 03:51:10 +0300 12)   color: #a4a4a4;
05d292b2 (kx 2023-03-24 03:51:10 +0300 13)   border-right: 1px solid #e4e4e4;
05d292b2 (kx 2023-03-24 03:51:10 +0300 14)   vertical-align: top;
05d292b2 (kx 2023-03-24 03:51:10 +0300 15)   padding-right: 5px !important;
05d292b2 (kx 2023-03-24 03:51:10 +0300 16)   padding-left: 5px !important;
05d292b2 (kx 2023-03-24 03:51:10 +0300 17) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 18)   /* your custom style here */
05d292b2 (kx 2023-03-24 03:51:10 +0300 19) }
05d292b2 (kx 2023-03-24 03:51:10 +0300 20) 
05d292b2 (kx 2023-03-24 03:51:10 +0300 21) .hljs-ln-code {
05d292b2 (kx 2023-03-24 03:51:10 +0300 22)   /* for block of code: */
05d292b2 (kx 2023-03-24 03:51:10 +0300 23)   padding-left: 10px !important;
05d292b2 (kx 2023-03-24 03:51:10 +0300 24) }