X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/1303498b614eb9ca37bf8a9410776636cc837ba0..a4aefb765b44c548e0b8b319f78648b43e98791d:/base.css diff --git a/base.css b/base.css index ec33cf7..5336d63 100644 --- a/base.css +++ b/base.css @@ -685,6 +685,17 @@ form.aside { right: 1em; } +#index nav { + columns: 3; + -moz-columns: 3; + -webkit-columns: 3; +} +nav > .section { + break-inside: avoid; + -webkit-column-break-inside: avoid; /* webkit */ + page-break-inside: avoid; /* moz */ +} + /* printing hints */ @page {