summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-10-25 08:41:18 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-10-25 08:41:18 +0200
commit8bbc3ab3ad1c901546283e79add5a1582d548b4f (patch)
tree5fe523f1b748b98352b8e5da4f2b4f5eb4b7dde9
parent9e8b867c77cf9bc5ea0c32ab813d4b81f147dafa (diff)
downloadorg-mode-8bbc3ab3ad1c901546283e79add5a1582d548b4f.tar.gz
HTML Export: Add some default classes for text alignment
Proposal by Sebastian Rose.
-rw-r--r--lisp/org-html.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/org-html.el b/lisp/org-html.el
index cd15ece..27709f1 100644
--- a/lisp/org-html.el
+++ b/lisp/org-html.el
@@ -126,6 +126,9 @@ not be modified."
.target { }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
+ .right {margin-left:auto; margin-right:0px; text-align:right;}
+ .left {margin-left:0px; margin-right:auto; text-align:left;}
+ .center {margin-left:auto; margin-right:auto; text-align:center;}
p.verse { margin-left: 3% }
pre {
border: 1pt solid #AEBDCC;