X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f1ad2d8f64690870d6bb4977b04202083797d6a2..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 {