1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Fix the vertical alignment of sub-line changes.

This commit is contained in:
Rob Rix 2015-12-17 12:20:30 -05:00
parent 433090f30b
commit 4fc445bd14

View File

@ -47,8 +47,15 @@ td {
padding-left: 10px;
padding-right: 10px;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 13px;
line-height: 18px;
color: rgb(51, 51, 51);
tab-size: 8;
}
.blob-code>* {
font-size: 12px;
color: #333;
line-height: 16px;
}
.empty-cell {