merged feture request #482468 - adding CSS page-break in documentation.html

This commit is contained in:
Loïc Chapeaux
2001-11-20 20:46:12 +00:00
parent 4c867584a6
commit c0cc8b10d3
2 changed files with 17 additions and 13 deletions

View File

@@ -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<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_change.php3, lines 208-212: always use the existing timestamp

View File

@@ -18,7 +18,7 @@
}
.navigation:hover {
background-color: #99CCFF;
font-weight: bolder
font-weight: bolder;
}
.navigation2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
@@ -35,37 +35,39 @@
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-large;
font-weight: bold;
color: #000066
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-weight: bold;
color: #000066;
page-break-before: right;
}
-->
</style>