]> git.draconx.ca Git - homepage.git/commitdiff
Improve styling of command examples.
authorNick Bowler <nbowler@draconx.ca>
Fri, 19 Feb 2021 05:23:23 +0000 (00:23 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 19 Feb 2021 05:43:41 +0000 (00:43 -0500)
These example commands are kind of like quotations so wrap the
paragraphs in blockquote tags.  This gives better results in most
browsers when styles are not used.

Then improve the styling overall to be more responsive: the results
are bad when linebreaks are placed in the middle of program options
or filenames, so try to prevent that by only allowing line breaks
where there are spaces.

Then, indent all but the first line to try and visually convey that
this is a continuation of the previous line.


No differences found