RSS Git Download  Clone
Raw View History
Blames found: 18 Mode: css Binary: false


Hang on, we reloading big blames...
/*
.p3x-gitlilst-file-fragment-heading-right {
float: right; }
.p3x-gitlist-file-fragment-panel {
.panel-body { padding: 0 !important;
.p3x-gitlist-file-fragment-text {
padding: @panel-body-padding !important; } .CodeMirror-wrap { border: none !important; }
} }
*/ @fontSize: 12px;
.p3x-gitlist-file-fragment-text {
overflow-x: auto; white-space: pre; margin: 0; padding-bottom: 0; padding-top: 0;
font-family: monospace; font-size: @fontSize; } .p3x-gitlist-file-fragment-blame-line { font-family: monospace; font-size: @fontSize; display: flex; max-width: 100%; overflow-x: auto; clear: both; border-top: 1px solid @list-group-border; border-left: 1px solid @list-group-border; border-right: 1px solid @list-group-border; }
.p3x-gitlist-file-fragment-blame-line-bottom { border-bottom: 1px solid @list-group-border; }
.p3x-gitlist-file-fragment-blame-line-header { @width: 100px;
border-right: 1px solid @list-group-border;
padding-left: @padding-base-vertical; background-color: rgba(@list-group-border, 0.4); float: left; width: @width; min-width: @width; } .p3x-gitlist-file-fragment-blame-line-content { }