mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Addition creation options
This commit is contained in:
parent
830aa288d3
commit
203635b232
2 changed files with 29 additions and 13 deletions
|
|
@ -646,7 +646,6 @@ content not visible on the screen due to overflow."))
|
|||
(defmethod html-tag ((obj clog-element))
|
||||
(property obj "tagName"))
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Styles - clog-element
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
@ -787,8 +786,7 @@ handles how elements are treated by the browser layout engine.
|
|||
align-self
|
||||
justify-self
|
||||
|
||||
inline-grid - Turn this item in to a grid container inline level.
|
||||
"))
|
||||
inline-grid - Turn this item in to a grid container inline level."))
|
||||
|
||||
(defmethod display ((obj clog-element))
|
||||
(style obj "display"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue