- gitlist.git
- public
- less
- blame-view.less
This file ( 678B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
.p3x-gitlist-light {
.blame-view {
td.blame-info {
}
td.blame-line {
pre {
overflow-x: auto;
white-space:pre-wrap;
}
}
tr {
}
tr:last-child {
}
.line {
}
.commit {
}
pre {
}
}
}
.p3x-gitlist-dark {
.blame-view {
td.blame-info {
}
td.blame-line {
pre {
background-color: lighten(@navbar-inverse-bg, 5%);
color: @navbar-inverse-color;
border-color: @navbar-inverse-border;
overflow-x: auto;
white-space:pre-wrap;
}
}
tr {
}
tr:last-child {
}
.line {
}
.commit {
}
pre {
}
}
}