Age | Commit message (Collapse) | Author |
|
|
|
Some old projects (e.g. 38201) use \r instead of \n as the line
separator character. This commit acknowledges that in the longField
function.
|
|
|
|
|
|
|
|
|
|
|
|
Just cleanup!
|
|
No need for the await when we always do return immediately after anyway.
|
|
|
|
|
|
|
|
Just an experiment. I wonder if this will make it easier to pay
attention to the instructions / notes and credits.
|
|
|
|
I.e. if the width is less than 20cm, make sure there's still some
padding on the edges.
I'd like to figure out how to use left/right margins instead of padding
here (since margin seems to semantically make more sense), but I don't
think there's a way to do anything like "margin: max(8px, auto)";
I'd have to use a container element around all content (including the
header!) to apply both margins.
|
|
|
|
This should help make it easier to read content in general. It might
still need some tweaking; we'll see.
|
|
|