Hi,
On Thu, Jul 04, 2024 at 10:11:12AM -0600, paste...@gmx.com wrote:
Hi,
shouldn't the lines wrap with
https://packetstormsecurity.com/files/179337/Red-Hat-Security-Advisory-2024-4278-03.html
with 'tools/use remote css' unchecked?
with 'tools/use remote css' checked the lines wrap but their css looks horrible
(to me)
This is the default behavior when no other CSS rules are applied. If you
want to break the lines by default, you can add this rule to break long
lines at word boundary:
$ echo 'pre { white-space: pre-wrap; }' >> ~/.dillo/style.css
Then reload the page. See also:
https://developer.mozilla.org/en-US/docs/Web/CSS/white-space#content
Note that it will affect any page that has a pre tag an no other rules
override that value.
Rodrigo.
_______________________________________________
Dillo-dev mailing list -- dillo-dev@mailman3.com
To unsubscribe send an email to dillo-dev-le...@mailman3.com