[Haskell-cafe] hackage style

Sven Panne svenpanne at gmail.com
Wed Apr 11 12:34:37 UTC 2018


2018-04-11 10:03 GMT+02:00 Ben Franksen <ben.franksen at online.de>:

> [...] It should also use all of the available horizontal space.
>

That's a good point, too. Currently it only uses 75% of the viewport (75vw
in the "content" div), perhaps 90% (or even 94%) would be quite an
improvement. Changing the font size for the preformatted content from 17px
to e.g. 14px makes things fit for my screen and doesn't screw up things too
much typographically IMHO. pre-wrap is useful as a fallback. So in a
nutshell:

   "properties": change from 40% to 25%
   "content": change from 75vw to 90vw
   pre within "embedded-author-content": change font-size from 17px to
14px, and add white-space: pre-wrap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180411/926ebf0a/attachment.html>


More information about the Haskell-Cafe mailing list