Commit e49d778
committed
issue doxygen#11828 Inconsistent vertical spacing of ordered list items in generated HTML
The current situation is a bit inconsistent as depending on the number of paragraphs in an item the `<p class="startli">` is added or nor.
In case one of the items consists of multiple paragraphs the `<p class="startli">` is added for all paragraphs in the items in the current item block.
When having maximal 1 paragraph for each item the `<p class="startlisingle">` is added so the user can (through a css file) choose a different layout for both situations.1 parent 82da90c commit e49d778
File tree
4 files changed
+24
-6
lines changed- src
- templates/html
4 files changed
+24
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3017 | 3017 | | |
3018 | 3018 | | |
3019 | 3019 | | |
| 3020 | + | |
3020 | 3021 | | |
3021 | 3022 | | |
3022 | 3023 | | |
| |||
3031 | 3032 | | |
3032 | 3033 | | |
3033 | 3034 | | |
| 3035 | + | |
3034 | 3036 | | |
3035 | 3037 | | |
3036 | 3038 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
| 583 | + | |
583 | 584 | | |
584 | 585 | | |
585 | 586 | | |
586 | 587 | | |
587 | 588 | | |
588 | 589 | | |
589 | 590 | | |
| 591 | + | |
590 | 592 | | |
591 | 593 | | |
592 | 594 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
1171 | 1173 | | |
1172 | 1174 | | |
1173 | 1175 | | |
1174 | | - | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
1175 | 1184 | | |
1176 | 1185 | | |
1177 | 1186 | | |
| |||
1327 | 1336 | | |
1328 | 1337 | | |
1329 | 1338 | | |
1330 | | - | |
| 1339 | + | |
1331 | 1340 | | |
1332 | 1341 | | |
1333 | 1342 | | |
| |||
1372 | 1381 | | |
1373 | 1382 | | |
1374 | 1383 | | |
1375 | | - | |
| 1384 | + | |
1376 | 1385 | | |
1377 | 1386 | | |
1378 | 1387 | | |
| |||
2368 | 2377 | | |
2369 | 2378 | | |
2370 | 2379 | | |
2371 | | - | |
| 2380 | + | |
2372 | 2381 | | |
2373 | 2382 | | |
2374 | 2383 | | |
| |||
2417 | 2426 | | |
2418 | 2427 | | |
2419 | 2428 | | |
2420 | | - | |
| 2429 | + | |
2421 | 2430 | | |
2422 | 2431 | | |
2423 | 2432 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
82 | 87 | | |
83 | 88 | | |
84 | 89 | | |
| |||
0 commit comments