File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,15 @@ Change Log / Ray Tracing in One Weekend
2
2
====================================================================================================
3
3
4
4
# v4.0.1 (in progress)
5
-
6
- ### Common
7
5
- Delete --
8
6
- Change --
9
7
- Fix --
10
8
- New --
11
9
10
+ ### Common
11
+ - Fix -- Big improvement to print version listing font size (#1595 ) and more compact line
12
+ height for code listings in both print and browser.
13
+
12
14
### In One Weekend
13
15
- Fix -- Fixed usage of the term "unit cube" for a cube of diameter two (#1555 )
14
16
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ div.indented {
88
88
min-width : 96% ;
89
89
width : fit-content;
90
90
background : # e4e4e0 ;
91
+ line-height : 1em ;
91
92
}
92
93
93
94
.md code {
@@ -241,6 +242,6 @@ div.credit-list ul {
241
242
}
242
243
243
244
.md pre .listing .tilde code {
244
- font-size : 65 % ;
245
+ font-size : 85 % ;
245
246
}
246
247
}
You can’t perform that action at this time.
0 commit comments