PLD-Guide pld-guide.xspp,1.8,1.9
Artur Wróblewski
wrobell w tldp.org
Wto, 11 Cze 2002, 19:47:05 CEST
Module name: PLD-Guide
Changes by: wrobell
Changed RCS file: /cvsroot/LDP/guide/docbook/PLD-Guide/stylesheet/pld-guide.xspp,v
----------------------------
revision 1.9
date: 2002/06/11 17:47:02; author: wrobell; state: Exp; lines: +11 -8
- title macro changed, so it is standard compiliant
Index: pld-guide.xspp
===================================================================
RCS file: /cvsroot/LDP/guide/docbook/PLD-Guide/stylesheet/pld-guide.xspp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pld-guide.xspp 11 Jun 2002 17:34:07 -0000 1.8
+++ pld-guide.xspp 11 Jun 2002 17:47:02 -0000 1.9
@@ -54,6 +54,15 @@
font-size: 12px;
color: #000000;
}
+div.title {
+ width: 100%;
+ text-align: center;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ color: #000000;
+ background-color: #edf1fa;
+ font-size: larger;
+}
a {
text-decoration: none;
color: #000099;
@@ -122,13 +131,7 @@
def title(title = "")
{
- <table cellspacing="2" cellpadding="3" width="100%">
- <tr>
- <td align="center" valign="middle" bgcolor="#EDF1FA">
- <font size="+2" style="color: #000000" ><b>v{$title}</b></font>
- </td>
- </tr>
- </table>
+ <div class="title">v{$title}</div>
}
macro page(title = "", content = "", next = "", prev = "", up = "",
Więcej informacji o liście dyskusyjnej pld-doc