summaryrefslogtreecommitdiff
path: root/doc/html
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2004-03-15 08:09:10 +0000
committerVladimir Prus <ghost@cs.msu.su>2004-03-15 08:09:10 +0000
commit07d553d16f46d8dfd37ffa6984f4a20427501e08 (patch)
tree0715d0372fbace07200ab5a1cd6d57164ff4b46b /doc/html
parent826cbec1b91dcd752067d49ce3ff15670d4a0038 (diff)
downloadboost-07d553d16f46d8dfd37ffa6984f4a20427501e08.tar.gz
Render 'screen' element the same way as 'programlisting'.
[SVN r22502]
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/boostbook.css4
1 files 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;