about summary refs log tree commit diff stats
path: root/src/html/htmlparser.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-07-27 18:18:08 +0200
committerbptato <nincsnevem662@gmail.com>2023-07-27 18:23:28 +0200
commit7e95c6cd3de5408c6090cef346fbe32d429ead21 (patch)
treee28af6b04ea3da0ee711bfb553a6a278a812a192 /src/html/htmlparser.nim
parent4c0d69b01d20e30439c3e46c19a9af2e633c5681 (diff)
downloadchawan-7e95c6cd3de5408c6090cef346fbe32d429ead21.tar.gz
layout: distinguish padding from spacing
Re-consideration of 1e0506adb: we do need to explicitly specify padding
after all, so the rendering engine knows of it too.
Diffstat (limited to 'src/html/htmlparser.nim')
0 files changed, 0 insertions, 0 deletions
4af5c58c4684'>^
ac07e589 ^

08a0eed6 ^
14a38052 ^
ac07e589 ^
60338448 ^
695f9bf8 ^
60338448 ^
e0610e39 ^
ac07e589 ^
5a2cb154 ^















695f9bf8 ^
5a2cb154 ^















c9bda4d1 ^
5a2cb154 ^
14a38052 ^
c56d803c ^

60338448 ^
ee0e67b9 ^

c56d803c ^
5a2cb154 ^
a0d3cac4 ^
14a38052 ^


5a2cb154 ^
695f9bf8 ^
a0d3cac4 ^











695f9bf8 ^
a0d3cac4 ^















5a2cb154 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104