mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Cosmetic changes
This commit is contained in:
parent
1e7ba99fdc
commit
63db3b21f9
1 changed files with 6 additions and 6 deletions
|
|
@ -29,13 +29,13 @@
|
||||||
(setf (hiddenp f1) t)
|
(setf (hiddenp f1) t)
|
||||||
(create-span p1 "<br><b>Your form has been submitted</b>")))
|
(create-span p1 "<br><b>Your form has been submitted</b>")))
|
||||||
|
|
||||||
(setf (width p1) 600)
|
(setf (width p1) "100%")
|
||||||
(setf (width p2) 600)
|
(setf (width p2) "100%")
|
||||||
(setf (width p3) 600)
|
(setf (width p3) "100%")
|
||||||
|
|
||||||
(setf (height p1) 300)
|
(setf (height p1) 400)
|
||||||
(setf (height p2) 300)
|
(setf (height p2) 400)
|
||||||
(setf (height p3) 300)
|
(setf (height p3) 400)
|
||||||
|
|
||||||
(set-border p1 :thin :solid :black)
|
(set-border p1 :thin :solid :black)
|
||||||
(set-border p2 :thin :solid :black)
|
(set-border p2 :thin :solid :black)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue