diff options
author | Badlop <badlop@process-one.net> | 2008-06-12 22:00:51 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-06-12 22:00:51 +0000 |
commit | a8140bca899165e1cdbfb7e14d20ded4369c05b6 (patch) | |
tree | d7213084800093080d5877c8696b5724bcadf15d | |
parent | * doc/guide.tex: Permanent reference URL for sections (EJAB-651) (diff) |
* doc/guide.tex:
Changes in CSS: verbatim text is indented and has grey background;
descriptions are indented; table borders are softer.
SVN Revision: 1350
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/guide.tex | 12 |
2 files changed, 13 insertions, 3 deletions
@@ -1,6 +1,8 @@ 2008-06-12 Badlop <badlop@process-one.net> - * doc/guide.tex: Permanent reference URL for sections (EJAB-651) + * doc/guide.tex: Permanent reference URL for sections (EJAB-651). + Changes in CSS: verbatim text is indented and has grey background; + descriptions are indented; table borders are softer. 2008-06-10 Badlop <badlop@process-one.net> diff --git a/doc/guide.tex b/doc/guide.tex index 5be69dfc3..4004f1c32 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -142,8 +142,16 @@ ejabberd Development Team %\newcommand{\new}{\marginpar{\textsc{new}}} % Highlight new features %\newcommand{\improved}{\marginpar{\textsc{improved}}} % Highlight improved features -%% To by-pass errors in the HTML version. -\newstyle{SPAN}{width:20\%; float:right; text-align:left; margin-left:auto;} +%% To by-pass errors in the HTML version: +\newstyle{.SPAN}{width:20\%; float:right; text-align:left; margin-left:auto;} +\newstyle{H1 A, H2 A, H3 A, H4 A}{color:\#000000; text-decoration:none;} +\newstyle{pre.verbatim}{margin:1ex 2ex;border:1px dashed lightgrey;background-color:\#f9f9f9;padding:0.5ex;} +\newstyle{.dt-description}{margin:0ex 2ex;} +\newstyle{table[border="1"]}{border-collapse:collapse;margin-bottom:1em;} +\newstyle{table[border="1"] td}{border:1px solid \#aaa;padding:2px} +% Don't display <hr> before and after tables or images: +\newstyle{BLOCKQUOTE.table DIV.center DIV.center HR}{display:none;} +\newstyle{BLOCKQUOTE.figure DIV.center DIV.center HR}{display:none;} %% Footnotes \begin{latexonly} |