Skip to content

Minor CSS clean-ups #153

@cboos

Description

@cboos

(I got burnt by the "small fix doesn't deserve a PR" for 7c2e6f6, so to avoid that mistake again, here's a collection of "small fixes that don't deserve a PR on their own"...)

The word-wrap property is deprecated. Replace with overflow-wrap: break-word; at line 407 to preserve behavior and clear the deprecation warning. Note: the same deprecated property appears at lines 470, 492, 746, 900, and 1006 elsewhere in the file—consider addressing all instances for consistency.

Fix with letter-spacing: -.2em (not too much as then this would break FF)

  • Fix WebFetch output ("22 lines" / "559.5 KB" overlap)
Image

more ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions