changeset 12782:6dc3d3cd729b

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.
author Erik Zielke <ez@aragost.com>
date Wed, 20 Oct 2010 17:47:46 +0200
parents 0d09991f91ee
children 191d0fd5c2fd
files doc/style.css
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/style.css	Wed Oct 20 17:45:09 2010 +0200
+++ b/doc/style.css	Wed Oct 20 17:47:46 2010 +0200
@@ -299,3 +299,11 @@
 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;
+}