diff --git a/ChangeLog b/ChangeLog index cd6e4061e..b87b3e9fe 100755 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ $Source$ * libraries/common.lib.php3, line 704: fixed a little bug with php 4.0.1+ (unset applied to a global variable inside a function only kills the symbolic link to this variable and do not unset it). + * Documentation.html: merged feture request #482468 - adding CSS + page-break in documentation.html. 2001-11-19 Loïc Chapeaux * tbl_change.php3, lines 208-212: always use the existing timestamp diff --git a/Documentation.html b/Documentation.html index d0ad4bba3..6e8129664 100755 --- a/Documentation.html +++ b/Documentation.html @@ -13,18 +13,18 @@ font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10pt; - color:#000099; + color: #000099; font-weight: normal; } .navigation:hover { background-color: #99CCFF; - font-weight: bolder + font-weight: bolder; } .navigation2 { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 14pt; - color:#000099; + color: #000099; font-weight: normal; } .navigation2:hover { @@ -34,38 +34,40 @@ h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-large; - font-weight:bold; - color: #000066 + font-weight: bold; + color: #000066; } .simple { font-family: Arial, Helvetica, sans-serif; font-size: smaller; - color: #000000 + color: #000000; } body { font-family: Arial, Helvetica, sans-serif; - font-size: 10pt + font-size: 10pt; } td { font-family: Arial, Helvetica, sans-serif; - font-size: 10pt + font-size: 10pt; } ul { font-family: Arial, Helvetica, sans-serif; - font-size: 10pt + font-size: 10pt; } ol { font-family: Arial, Helvetica, sans-serif; - font-size: 10pt + font-size: 10pt; } p { font-family: Arial, Helvetica, sans-serif; - font-size: 10pt + font-size: 10pt; } h2 { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:large; - font-weight:bold; color: #000066 + font-size: large; + font-weight: bold; + color: #000066; + page-break-before: right; } -->