mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
better way to add w3-right
This commit is contained in:
parent
c2b73c93aa
commit
35e64d08d5
1 changed files with 2 additions and 2 deletions
|
|
@ -23,11 +23,11 @@
|
|||
(declare (ignore obj))
|
||||
(setf (hash (location body)) "rung2"))))
|
||||
(about (create-web-menu-item menu :content "About"
|
||||
:class "w3-bar-item w3-button w3-right"
|
||||
:on-click (lambda (obj)
|
||||
(declare (ignore obj))
|
||||
(setf (hash (location body)) "rung2")))))
|
||||
(declare (ignore icon) (ignore about)))
|
||||
(declare (ignore icon))
|
||||
(add-class about "w3-right"))
|
||||
;; rung-1
|
||||
(let* ((first-rung (create-web-compositor body :html-id "rung1"))
|
||||
(image (create-img first-rung :url-src "/img/windmills.jpg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue