diff --git a/tutorial/09-tutorial.lisp b/tutorial/09-tutorial.lisp index 5a3daa4..d52ea2b 100644 --- a/tutorial/09-tutorial.lisp +++ b/tutorial/09-tutorial.lisp @@ -29,13 +29,13 @@ (setf (hiddenp f1) t) (create-span p1 "
Your form has been submitted"))) - (setf (width p1) 600) - (setf (width p2) 600) - (setf (width p3) 600) + (setf (width p1) "100%") + (setf (width p2) "100%") + (setf (width p3) "100%") - (setf (height p1) 300) - (setf (height p2) 300) - (setf (height p3) 300) + (setf (height p1) 400) + (setf (height p2) 400) + (setf (height p3) 400) (set-border p1 :thin :solid :black) (set-border p2 :thin :solid :black)