]> granicus.if.org Git - graphviz/commit
Generate shapes responsively: reflow small screens
authorMark Hansen <markhansen@google.com>
Tue, 2 Mar 2021 10:09:20 +0000 (21:09 +1100)
committerMark Hansen <markhansen@google.com>
Tue, 2 Mar 2021 10:12:41 +0000 (21:12 +1100)
commitb1ce972c8d2a64524f2b55da9db3d5ad663a90f5
treebdceca084b18d116e4c9b4f3c007a6e90e6e0fb6
parentc4459de98ee7cf7e56ac9099296b86ee8a9e43d8
Generate shapes responsively: reflow small screens

Don't use a fixed table of width 4, reflow to the available space.

This was a bit of a pain to get the CSS right. This stackoverflow answer
was very helpful: https://stackoverflow.com/a/14155983/171898

This is towards moving shapes.html into graphviz.gitlab.io repo. Simpler
for loops that jekyll can handle.
doc/infosrc/mkshhtml.py
doc/infosrc/templates/shapes.html.j2