Author | zPlus <zplus@peers.community> 2022-08-09 11:01:14 |
Committer | zPlus <zplus@peers.community> 2022-08-09 11:01:14 |
Commit | 854a2c4 (patch) |
Tree | 596e03f |
Parent(s) |
-rw-r--r-- | static/css/clif.css | 20 |
index 85e0be8..c716ca0 | |||
old size: 10K - new size: 10K | |||
@@ -9,7 +9,8 @@ | |||
9 | 9 | } | |
10 | 10 | ||
11 | 11 | html, body { | |
12 | - | font-family: Sans-Serif; | |
12 | + | font-family: monospace; | |
13 | + | font-size: 1rem; | |
13 | 14 | } | |
14 | 15 | ||
15 | 16 | blockquote { | |
@@ -40,7 +41,6 @@ p { | |||
40 | 41 | } | |
41 | 42 | ||
42 | 43 | pre { | |
43 | - | font-size: 1rem; | |
44 | 44 | line-height: 1.5rem; | |
45 | 45 | } | |
46 | 46 | ||
@@ -76,8 +76,6 @@ pre { | |||
76 | 76 | ||
77 | 77 | .repository > .readme { | |
78 | 78 | flex: 70%; | |
79 | - | font-family: monospace; | |
80 | - | font-size: 1rem; | |
81 | 79 | white-space: pre-wrap; | |
82 | 80 | padding: 0 1rem 0 0; | |
83 | 81 | } | |
@@ -197,10 +195,6 @@ table.log { | |||
197 | 195 | ||
198 | 196 | table.log > tbody { | |
199 | 197 | } | |
200 | - | ||
201 | - | table.log > tbody td.short_id { | |
202 | - | font-family: ui-monospace, monospace; | |
203 | - | } | |
204 | 198 | ||
205 | 199 | table.log > tbody td.message { | |
206 | 200 | width: 100%; | |
@@ -337,23 +331,17 @@ div.commit { | |||
337 | 331 | } | |
338 | 332 | ||
339 | 333 | div.commit details.diffstat table .filemode { | |
340 | - | font-family: monospace; | |
341 | - | font-size: 1rem; | |
342 | 334 | white-space: nowrap; | |
343 | 335 | width: 0; | |
344 | 336 | } | |
345 | 337 | ||
346 | 338 | div.commit details.diffstat table .path { | |
347 | - | font-family: monospace; | |
348 | - | font-size: 1rem; | |
349 | 339 | padding: 0 1rem; | |
350 | 340 | white-space: nowrap; | |
351 | 341 | width: 0; | |
352 | 342 | } | |
353 | 343 | ||
354 | 344 | div.commit details.diffstat table .lines { | |
355 | - | font-family: monospace; | |
356 | - | font-size: 1rem; | |
357 | 345 | text-align: right; | |
358 | 346 | white-space: nowrap; | |
359 | 347 | width:0; | |
@@ -395,8 +383,6 @@ div.commit { | |||
395 | 383 | ||
396 | 384 | div.commit .raw_diff { | |
397 | 385 | margin-top: 1rem; | |
398 | - | font-family: monospace; | |
399 | - | font-size: 1rem; | |
400 | 386 | white-space: pre-wrap; | |
401 | 387 | } | |
402 | 388 | ||
@@ -436,8 +422,6 @@ div.commit { | |||
436 | 422 | div.commit details.diff_view .diff { | |
437 | 423 | border-collapse: collapse; | |
438 | 424 | border-spacing: 0; | |
439 | - | font-family: monospace; | |
440 | - | font-size: 1rem; | |
441 | 425 | width: 100%; | |
442 | 426 | } | |
443 | 427 |