From b87ec4c0f17fd22c516fcb649b0431d2a726dc8c Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sat, 26 Jul 2008 07:30:44 -0700 Subject: [PATCH] Added default styles for org-info.js --- lisp/org-exp.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index e6243b225..7657e9581 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -494,6 +494,13 @@ Org-mode file." table { border-collapse: collapse; } td, th { vertical-align: top; } dt { font-weight: bold; } + + .org-info-js_info-navigation { border-style:none; } + #org-info-js_console-label { font-size:10px; font-weight:bold; + white-space:nowrap; } + .org-info-js_search-highlight {background-color:#ffff00; color:#000000; + font-weight:bold; } + " "The default style specification for exported HTML files. Please use the variables `org-export-html-style' and -- 2.11.4.GIT