On Fri, Jan 4, 2019 at 9:12 AM Daniel Shahaf <d...@daniel.shahaf.name> wrote:
> Julian Foad wrote on Fri, 04 Jan 2019 09:47 +0000: > > Julian Foad wrote: > > > Ha ha! It's laugh-out-loud ugly, that teeny-tiny viewport... > > > > I hope my sense of humour was not badly misjudged. > > Not at all. It was well received, though I admit I didn't experience > the full lol effect myself until I tried to open that page on a smartphone- > sized screen. :-) > > Changes are looking good! Would you consider this change to remove the border around the log? I think it looks more in line with the page as a whole: Index: generate-upcoming-changes-log.sh =================================================================== --- generate-upcoming-changes-log.sh (revision 1850430) +++ generate-upcoming-changes-log.sh (working copy) @@ -9,7 +9,7 @@ ~/src/svn/site/tools/upcoming.py | { echo "<!-- Automatically generated by ^/subversion/site/tools/generate-upcoming-changes-log.sh -->" - echo "<pre>" + echo "<pre style="border: none">" ~/src/svn/site/tools/escape.py echo "</pre>" } > ~/src/svn/site/staging/upcoming.part.html I would have modified the site CSS but I assume we want this border in the other places on the site the <pre> tag is being used so this seems like the best way to turn it off. -- Thanks Mark Phippard http://markphip.blogspot.com/