mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Added CENTER-CHILDREN
This commit is contained in:
parent
c6c9fa85d9
commit
cf48218eaf
4 changed files with 92 additions and 77 deletions
|
|
@ -128,9 +128,11 @@ must be in DOM, ie placed or auto-placed."))
|
|||
(jquery-execute obj (format nil "css({~{~A~}})"
|
||||
(mapcar
|
||||
(lambda (n)
|
||||
(format nil "'~A':'~A',"
|
||||
(first n)
|
||||
(second n)))
|
||||
(if n
|
||||
(format nil "'~A':'~A',"
|
||||
(first n)
|
||||
(second n))
|
||||
""))
|
||||
style-list))))
|
||||
|
||||
;;;;;;;;;;;;;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue