Просмотр исходного кода

Render 'screen' element the same way as 'programlisting'.

[SVN r22502]
Vladimir Prus 22 лет назад
Родитель
Сommit
07d553d16f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      doc/html/boostbook.css

+ 2 - 2
doc/html/boostbook.css

@@ -21,7 +21,7 @@ th
    margin-bottom: 0pc;
    margin-bottom: 0pc;
 }
 }
 
 
-div pre.programlisting, .refsynopsisdiv
+div pre.programlisting, .refsynopsisdiv, pre.screen
 {
 {
    margin-left:  3pc;
    margin-left:  3pc;
    margin-right: 3pc;
    margin-right: 3pc;
@@ -66,7 +66,7 @@ div pre.programlisting, .refsynopsisdiv
       background-color: #DDD;
       background-color: #DDD;
    }
    }
 
 
-   .programlisting, .table-programlisting
+   .programlisting, .table-programlisting, .screen
    {
    {
       background-color: #EED;
       background-color: #EED;
       border:           0.2em ridge #EED;
       border:           0.2em ridge #EED;

粤ICP备19079148号