Răsfoiți Sursa

Merge boostbook css update to release.

[SVN r84307]
Daniel James 13 ani în urmă
părinte
comite
af23893b68
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      doc/src/boostbook.css

+ 3 - 3
doc/src/boostbook.css

@@ -205,7 +205,7 @@
     Table of contents
 =============================================================================*/
 
-    .toc
+    div.toc
     {
        margin: 1pc 4% 0pc 4%;
        padding: 0.1pc 1pc 0.1pc 1pc;
@@ -466,7 +466,7 @@
         }
 
     /* Table of contents */
-        .toc
+        div.toc
         {
             border: 1px solid #DCDCDC;
         }
@@ -534,7 +534,7 @@
         }
 
     /* Table of contents */
-        .toc
+        div.toc
         {
             border: 1px solid gray;
         }

粤ICP备19079148号