Explorar o código

HTML Export: Add some default classes for text alignment

Proposal by Sebastian Rose.
Carsten Dominik %!s(int64=15) %!d(string=hai) anos
pai
achega
8bbc3ab3ad
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      lisp/org-html.el

+ 3 - 0
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;