summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-01-27 23:21:52 +0100
committerGravatar Tom Willemse2014-01-27 23:21:52 +0100
commit76d63682e65284f579c67e2bcd05b9233327cb5d (patch)
tree7da7ed0552f32488bb652bbb257de26786ab55fe
parentfc646569e960c49a96aac78d16343982e306fff2 (diff)
downloadedocs-76d63682e65284f579c67e2bcd05b9233327cb5d.tar.gz
edocs-76d63682e65284f579c67e2bcd05b9233327cb5d.zip
Wrap definitions with a container div
-rw-r--r--edocs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/edocs.el b/edocs.el
index 0aeaa05..18cdb0b 100644
--- a/edocs.el
+++ b/edocs.el
@@ -295,7 +295,7 @@ See the docstring for `edocs--module-name' for more information."
(defmethod edocs--export-insert-definition
((exporter edocs-html-exporter) type name args doc known-symbols)
"Insert definition."
- (edocs--with-tag "div" nil
+ (edocs--with-tag "div" '(("class" . "container"))
(insert "– ")
(edocs--with-tag "strong" nil
(insert (edocs--get-type-display type)))