From 07d553d16f46d8dfd37ffa6984f4a20427501e08 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 15 Mar 2004 08:09:10 +0000 Subject: [PATCH] Render 'screen' element the same way as 'programlisting'. [SVN r22502] --- doc/html/boostbook.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css index 49ce297685..f865d50fd2 100644 --- a/doc/html/boostbook.css +++ b/doc/html/boostbook.css @@ -21,7 +21,7 @@ th margin-bottom: 0pc; } -div pre.programlisting, .refsynopsisdiv +div pre.programlisting, .refsynopsisdiv, pre.screen { margin-left: 3pc; margin-right: 3pc; @@ -66,7 +66,7 @@ div pre.programlisting, .refsynopsisdiv background-color: #DDD; } - .programlisting, .table-programlisting + .programlisting, .table-programlisting, .screen { background-color: #EED; border: 0.2em ridge #EED;