Addition creation options

This commit is contained in:
David Botton 2021-11-23 19:11:09 -05:00
parent 830aa288d3
commit 203635b232
2 changed files with 29 additions and 13 deletions

View file

@ -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"))