|
From: Kevin A. <ka...@us...> - 2004-08-15 17:35:34
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24441/docs/html Modified Files: PythonCard.css Log Message: reversed message and title args for multipleChoiceDialog, singleChoiceDialog, textEntryDialog added singleChoiceDialog workaround for 2.5.2.7 added Alex to LICENSE.txt Index: PythonCard.css =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/PythonCard.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PythonCard.css 26 Jul 2004 15:35:31 -0000 1.3 --- PythonCard.css 15 Aug 2004 17:34:55 -0000 1.4 *************** *** 120,124 **** #content { float: right; ! width: 76%; } --- 120,124 ---- #content { float: right; ! width: 78%; } |