Hi thanks - that works perfectly On Thu, 4 Jul 2024 20:08:49 +0200 Rodrigo Arias <rodarima@gmail.com> wrote:
Hi,
On Thu, Jul 04, 2024 at 10:11:12AM -0600, pastebin@gmx.com wrote:
Hi,
shouldn't the lines wrap with https://packetstormsecurity.com/files/179337/Red-Hat-Security-Advisory-2024-... 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-leave@mailman3.com