Post #1726350
2026-04-26 19:15 UTC
@bohwaz ah, I think I understand what you mean. For debugging I use this rule in ~/.dillo/style.css:
* { margin: 2px; padding: 2px; border: solid 1px #ccc; }
Is not the same, but it is effective to understand how Dillo processed the layout.
Replies (1)
-
@bohwaz@mamot.fr 2026-04-26 19:30
@dillo outline would be better than border (probably) to not change the layout. And yes it's useful but not the same as seeing what Dillo is "understanding" :)