ox-html: Provide a default CSS class for embedded SVG images
commit04e0bc0b00c8ca5410eab9106034db0138bda6a2
authorJarmo Hurri <jarmo.hurri@iki.fi>
Mon, 25 Jul 2016 05:25:58 +0000 (25 08:25 +0300)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 26 Jul 2016 08:37:17 +0000 (26 10:37 +0200)
tree3eb0d7a6d036220e5e468047b86d31364827ee06
parent096f4287a60d04470e0a71ea988816d1c3071ccc
ox-html: Provide a default CSS class for embedded SVG images

* lisp/ox-html.el (org-html--svg-image): Set CSS class of embedded SVG
images to be org-svg if no other class is set in attributes.
org-html-style-default: Provide default properties for new CSS class.

* doc/org.texi (CSS support): Documentation of default CSS class
org-svg for SVG images embedded into exported HTML.
doc/org.texi
etc/ORG-NEWS
lisp/ox-html.el