use entirely custom margin box element id instead of auto-generated one
This commit is contained in:
parent
66ccd26cb4
commit
ca7bd70959
|
@ -123,7 +123,7 @@
|
||||||
(filter #(:element (second %)))
|
(filter #(:element (second %)))
|
||||||
(mapv
|
(mapv
|
||||||
(fn [[box-name {:keys [element] :as box-properties}]]
|
(fn [[box-name {:keys [element] :as box-properties}]]
|
||||||
[(str "#margin-box-" (name box-name)) {:position (str "running(" (name box-name) ")")}]))))
|
[(str "#" element) {:position (str "running(" (name box-name) ")")}]))))
|
||||||
|
|
||||||
(defn page-options->css
|
(defn page-options->css
|
||||||
[page-options]
|
[page-options]
|
||||||
|
|
Loading…
Reference in a new issue