aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/css/org.css7
-rw-r--r--docs/publish.el4
2 files changed, 4 insertions, 7 deletions
diff --git a/docs/css/org.css b/docs/css/org.css
index 908265f..af01257 100644
--- a/docs/css/org.css
+++ b/docs/css/org.css
@@ -2,7 +2,6 @@ body {
width: 95%;
font-size: 14px;
margin: 2% auto;
- line-height: 1.4em;
font-family: "Alegreya", serif;
color: #333;
background-color: #fdf6e3;
@@ -71,6 +70,7 @@ body {
#navbar > span > a:hover {
border-bottom: none;
+ color: #003355;
}
a.toc-link {
@@ -139,11 +139,6 @@ dl {
white-space: pre;
}
-.status {
- font-size: 90%;
- margin: 2em auto;
-}
-
[class^="section-number-"] {
margin-right: .5em;
}
diff --git a/docs/publish.el b/docs/publish.el
index b7da056..930023c 100644
--- a/docs/publish.el
+++ b/docs/publish.el
@@ -9,6 +9,8 @@
(require 'org)
(require 'ox-publish)
+(require 'ox-html)
+(require 'htmlize)
(defvar vericert/header "")
(defvar vericert/site-attachments nil)
@@ -39,7 +41,7 @@
org-export-with-section-numbers t
org-export-with-toc t)
-(setq org-html-divs '((preamble "header" "header")
+(setq org-html-divs '((preamble "div" "nothing")
(content "main" "content")
(postamble "footer" "postamble"))
org-html-container-element "section"