فهرست منبع

New TOC rendering, flat (no border) tables, from Reece Dunn..

[SVN r22204]
Christopher Currie 22 سال پیش
والد
کامیت
15ba37dd03
1فایلهای تغییر یافته به همراه16 افزوده شده و 7 حذف شده
  1. 16 7
      doc/html/boostbook.css

+ 16 - 7
doc/html/boostbook.css

@@ -17,6 +17,7 @@ th
 {
    margin-left:   15%;
    margin-right:  15%;
+   margin-top:    1pc;
    margin-bottom: 0pc;
 }
 
@@ -58,9 +59,11 @@ div pre.programlisting, .refsynopsisdiv
       text-align:       left;
    }
 
-   div.table table, div.informaltable table, .section-title
+   .toc
    {
-      background-color: #EEE;
+      border:           0.2em ridge lightcoral;
+      padding:          0.5pc;
+      background-color: #DDD;
    }
 
    .programlisting, .table-programlisting
@@ -75,6 +78,8 @@ div pre.programlisting, .refsynopsisdiv
       background-color: lightskyblue;
       border:           0.2em ridge cyan;
       padding:          1pc;
+      font-family:      Courier, Lucida Console;
+      font-size:        80%;
    }
 
    .boost-head
@@ -90,16 +95,21 @@ div pre.programlisting, .refsynopsisdiv
       font-weight: bold;
    }
 
+   .table table, div.informaltable table, .section-title
+   {
+      background-color: #EEE;
+   }
+
    table.boost-head tr td
    {
       border: 0.1em inset #007F7F;
    }
 
-   .toc
+   table, td, th{ border: 0pc; }
+
+   .table table tr td, div.informaltable table tr td
    {
-      border:           0.2em ridge lightcoral;
-      padding:          0.5pc;
-      background-color: #DDD;
+      background-color: #CCC;
    }
 }
 
@@ -118,4 +128,3 @@ div pre.programlisting, .refsynopsisdiv
    }
 }
 
-

粤ICP备19079148号