# HG changeset patch # User Erik Zielke # Date 2010-10-20 15:47:46 # Node ID 6dc3d3cd729b574ec3605f2fb9714f9bf6514133 # Parent 0d09991f91ee96a9f996a19961f02771a88e89af gendoc: added styling for extension TOC Uses CSS3 columns for the list of extensions, so it is not just a long list of extension names. diff --git a/doc/style.css b/doc/style.css --- a/doc/style.css +++ b/doc/style.css @@ -299,3 +299,11 @@ h4 tt.docutils, h5 tt.docutils, h6 tt.do ul.auto-toc { list-style-type: none; } + +div.contents.local { + -moz-column-width: 10em; + -moz-column-gap: 1em; + + -webkit-column-width: 10em; + -webkit-column-gap: 1em; +}