Re: use remote css unchecked
Rodrigo Arias <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Thu, Jul 04, 2024 at 10:11:12AM -0600, [email protected] 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-lx9mn2B4QYRWk0Htik3J/[email protected] To unsubscribe send an email to dillo-dev-leave-lx9mn2B4QYRWk0Htik3J/[email protected]