merged feture request #482468 - adding CSS page-break in documentation.html
This commit is contained in:
@@ -15,6 +15,8 @@ $Source$
|
|||||||
* libraries/common.lib.php3, line 704: fixed a little bug with
|
* 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
|
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).
|
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>
|
2001-11-19 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* tbl_change.php3, lines 208-212: always use the existing timestamp
|
* tbl_change.php3, lines 208-212: always use the existing timestamp
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
.navigation:hover {
|
.navigation:hover {
|
||||||
background-color: #99CCFF;
|
background-color: #99CCFF;
|
||||||
font-weight: bolder
|
font-weight: bolder;
|
||||||
}
|
}
|
||||||
.navigation2 {
|
.navigation2 {
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
@@ -35,37 +35,39 @@
|
|||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000066
|
color: #000066;
|
||||||
}
|
}
|
||||||
.simple {
|
.simple {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
color: #000000
|
color: #000000;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 10pt
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 10pt
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 10pt
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
ol {
|
ol {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 10pt
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: 10pt
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: large;
|
font-size: large;
|
||||||
font-weight:bold; color: #000066
|
font-weight: bold;
|
||||||
|
color: #000066;
|
||||||
|
page-break-before: right;
|
||||||
}
|
}
|
||||||
-->
|
-->
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user