From 76d63682e65284f579c67e2bcd05b9233327cb5d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 27 Jan 2014 23:21:52 +0100 Subject: Wrap definitions with a container div --- edocs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- cgit v1.2.3-54-g00ecf