From a8140bca899165e1cdbfb7e14d20ded4369c05b6 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 12 Jun 2008 22:00:51 +0000 Subject: [PATCH] * doc/guide.tex: Changes in CSS: verbatim text is indented and has grey background; descriptions are indented; table borders are softer. SVN Revision: 1350 --- ChangeLog | 4 +++- doc/guide.tex | 12 ++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4f4974cc7..00d54cf51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2008-06-12 Badlop - * 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 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
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}