Improve fonts and font sizes
This commit is contained in:
parent
aa2382436e
commit
1e242ded9a
1 changed files with 5 additions and 6 deletions
|
|
@ -13,12 +13,10 @@
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
border-bottom: 1px solid #d8d8d8;
|
border-bottom: 1px solid #d8d8d8;
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
font: 13px Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.d2h-file-stats {
|
.d2h-file-stats {
|
||||||
display: inline;
|
display: inline;
|
||||||
font-size: 12px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -49,6 +47,8 @@
|
||||||
.d2h-file-name-wrapper {
|
.d2h-file-name-wrapper {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d2h-file-name {
|
.d2h-file-name {
|
||||||
|
|
@ -65,10 +65,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.d2h-diff-table {
|
.d2h-diff-table {
|
||||||
border-collapse: collapse;
|
|
||||||
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
||||||
font-size: 12px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
font-family: "Menlo", "Consolas", monospace;
|
||||||
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d2h-diff-tbody > tr > td > div {
|
.d2h-diff-tbody > tr > td > div {
|
||||||
|
|
@ -258,7 +258,6 @@ ins.d2h-change, del.d2h-change {
|
||||||
|
|
||||||
.d2h-file-list-line {
|
.d2h-file-list-line {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font: 13px Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.d2h-file-list-line .d2h-file-name {
|
.d2h-file-list-line .d2h-file-name {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue