OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web Date: 27-Feb-2004 16:20:28
Branch: HEAD Handle: 2004022715202700
Modified files:
openpkg-web faq.wml
Log:
style and cosmetics
Summary:
Revision Changes Path
1.44 +11 -4 openpkg-web/faq.wml
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-web/faq.wml
============================================================================
$ cvs diff -u -r1.43 -r1.44 faq.wml
--- openpkg-web/faq.wml 28 Nov 2003 14:19:19 -0000 1.43
+++ openpkg-web/faq.wml 27 Feb 2004 15:20:27 -0000 1.44
@@ -7,19 +7,26 @@
This is a list of frequently asked questions and answers about OpenPKG.
+<style type="text/css">
+OL.faq { list-style-type: square; padding-left: 20px; }
+OL.faq LI { margin: 0px; margin-top: 2.8px; }
+OL.faq LI DIV { margin-top: 4px; }
+</style>
+
<define-tag faq endtag=required>
<preserve id title>
<set-var %attributes>
<p>
<li><a name="<get-var id>"><b><get-var title></b></a>
[<a href="#<get-var id>">A</a>]
- <p>
+ <div>
%body
+ </div>
</li>
<restore id title>
</define-tag>
-<ol>
+<ol class="faq">
<faq id="why-openpkg"
title="Is OpenPKG useful for me?">
@@ -432,8 +439,8 @@
<faq id="uid-security"
title="What is the fuzz about those multiple user/group ids in OpenPKG?">
- Starting with OpenPKG 1.1 the bootstrapping package ("openpkg") uses
- four distinct Unix user/group id pairs, previous versions used only two.
+ Starting with OpenPKG 1.1, the bootstrapping package ("openpkg") uses
+ four distinct Unix user/group id pairs (previous versions used only two).
<p>
<box bdwidth=1 bdcolor="#a5a095" bdspace=10 bgcolor="#e5e0d5">
<pre>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]