mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 08:06:35 +08:00
Fix indentation of elements (STR #1549)
Update layout of help dialog to look like other help dialogs. Drop resource fork stuff from fltk-config (no more --post, it is a no-op) Use a single table for the header on the documentation page. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5643 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -15,22 +15,12 @@
|
||||
Copyright 1998-2007 by Bill Spitzak and others.</P>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="700">
|
||||
<TR>
|
||||
<TD ALIGN="CENTER">
|
||||
<B>This software and manual are
|
||||
provided under the terms of the GNU Library General
|
||||
Public License.
|
||||
Permission is granted to reproduce this manual or any portion
|
||||
for any purpose, provided this copyright and permission notice
|
||||
are preserved.</B>
|
||||
</TD>
|
||||
<TH COLSPAN=2>This software and manual are provided under the terms of the GNU Library General Public License. Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.</TH>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<TABLE COLS="2" BGCOLOR="#9f9fef" CELLPADDING="8" CELLSPACING="0" SUMMARY="Table of Contents" WIDTH="700">
|
||||
<TABLE BGCOLOR="#9f9fef" CELLPADDING="8" CELLSPACING="0" SUMMARY="Table of Contents" WIDTH="700">
|
||||
<TR>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP"><B><A HREF="preface.html#preface">Preface</A></B>
|
||||
<BR>
|
||||
|
||||
Reference in New Issue
Block a user