Explorar el Código

Merge boostbook css update to release.

[SVN r84307]
Daniel James hace 13 años
padre
commit
af23893b68
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      doc/src/boostbook.css

+ 3 - 3
doc/src/boostbook.css

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

粤ICP备19079148号