]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Columnwidth fixed to 300 pixels
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 8 Mar 1999 17:46:49 +0000 (17:46 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 8 Mar 1999 17:46:49 +0000 (17:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@966 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/auto/scripts/index.pl

index 85a4086f55b82454965406d82ebfc164ee3e30e0..c2cddbfea06a78207ae6da9c0b706934d276afcb 100644 (file)
@@ -30,8 +30,9 @@ print << 'EOT'
 Remark: Lowercase is sorted behind uppercase and destructors are isolated at
 the end.
 <hr>
-<TABLE CELLPADDING=9 CELLSPACING=0 RULES=ROWS BORDER=6>
-<TR><TH><B>function/class</B><TD ALIGN=CENTER><B>in class</B></TR>
+<TABLE CELLPADDING=5 CELLSPACING=0 RULES=ROWS BORDER=2>
+<TR><TH WIDTH=300><B>function/class</B><TH ALIGN=CENTER WIDTH=300><B>in class</B></TR>
+</TABLE>
 EOT
     ;
 foreach $entry (sort @entries)
@@ -40,10 +41,10 @@ foreach $entry (sort @entries)
     @c = split '\+', @l[0];
     @f = split "#", @l[1];
 
-    print "<TR><TH ALIGN=left><A HREF = \"$l[2]/@f[0]\">@c[0]</A><TD>@c[1]</TR>\n";
+    print '<TABLE CELLPADDING=5 CELLSPACING=0 RULES=ROWS BORDER=2>';
+    print "\n<TR><TH ALIGN=left WIDTH=300><A HREF = \"$l[2]/@f[0]\">@c[0]</A><TD WIDTH=300>@c[1]</TR></TABLE>\n";
 }
 print << 'EOT'
-</TABLE>
 </BODY>
 </HTML>
 EOT

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.