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

adjust to compensate for lack of <small> tag.

[SVN r41079]
Joel de Guzman 18 лет назад
Родитель
Сommit
ddf8102b47
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      doc/html/boostbook.css

+ 3 - 3
doc/html/boostbook.css

@@ -191,13 +191,13 @@
     .copyright-footer
     {
         text-align: right;
-        font-size: 90%;
+        font-size: 70%;
     }
 
     .copyright-footer p
     {
         text-align: right;
-        font-size: 90%;
+        font-size: 80%;
     }
 
 /*=============================================================================
@@ -540,7 +540,7 @@
         {
             border: none !important;
         }
-    
+
     /* Misc */
         span.highlight
         {

粤ICP备19079148号