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

Merged L & C issue fixes from trunk to branch.

[SVN r36242]
Andreas Huber 19 лет назад
Родитель
Сommit
180a34bab5
2 измененных файлов с 18 добавлено и 4 удалено
  1. 11 3
      doc/html/boostbook.css
  2. 7 1
      doc/html/reference.css

+ 11 - 3
doc/html/boostbook.css

@@ -2,9 +2,8 @@
     Copyright (c) 2004 Joel de Guzman
     http://spirit.sourceforge.net/
 
-    Use, modification and distribution is subject to the Boost Software
-    License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
-    http://www.boost.org/LICENSE_1_0.txt)
+    Distributed under the Boost Software License, Version 1.0. (See accompany-
+    ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 =============================================================================*/
 
 /*=============================================================================
@@ -509,3 +508,12 @@
             font-weight: bold;
         }
     }
+
+/*=============================================================================
+    Images
+=============================================================================*/
+
+    span.inlinemediaobject img
+    {
+        vertical-align: middle;
+    }

+ 7 - 1
doc/html/reference.css

@@ -1,5 +1,11 @@
+/*============================================================================
+    Copyright 2003-2004 Douglas Gregor
+    Distributed under the Boost Software License, Version 1.0. (See accompany-
+    ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+============================================================================*/
+
 PRE.synopsis { 
   background-color: #e0ffff;
   border: thin solid blue;
   padding: 1em
-}
+}

粤ICP备19079148号