From f8a8ad3ba42cb4f4b773b0e7b10b401a328468cc Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 13 Jun 2005 13:50:39 +0000 Subject: 7% gray (This used to be commit efb98713048d36a16391804acacf1b9cc646a0b1) --- docs/xslt/latex/sambadoc.cls | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/xslt/latex/sambadoc.cls b/docs/xslt/latex/sambadoc.cls index 1ed2e891cb..37ade5d501 100644 --- a/docs/xslt/latex/sambadoc.cls +++ b/docs/xslt/latex/sambadoc.cls @@ -478,6 +478,7 @@ page \thepage \space undefined}}% \usepackage[twoside]{geometry} + \geometry{% paperwidth=7in, paperheight=9.25in, @@ -507,7 +508,7 @@ footskip=.025in} \lstdefinestyle{smbconfblock} { breaklines=true, - backgroundcolor=\color{lightgray}, + backgroundcolor=\color[gray]{0.93}, frame=single, frameround=tttt, prebreak={\space\linebreaksign} -- cgit