mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 14:29:14 +00:00
Render 'screen' element the same way as 'programlisting'.
[SVN r22502]
This commit is contained in:
parent
826cbec1b9
commit
07d553d16f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue