about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-12-02T16·29+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-12-02T16·29+0000
commit31fd72ee1722e10dac4e3f4f55f8270ffd1ba22d (patch)
treef9ae3bcc8aca04f0243d07e5edef4650c399ba16 /doc
parent16d971bce70a2b3aab1d3c60101e00f264159c07 (diff)
* Epigraph ;-)
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/introduction.xml5
-rw-r--r--doc/manual/style.css6
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/manual/introduction.xml b/doc/manual/introduction.xml
index 48e29c0d8f93..7759cd65a0e6 100644
--- a/doc/manual/introduction.xml
+++ b/doc/manual/introduction.xml
@@ -1,6 +1,11 @@
 <chapter>
   <title>Introduction</title>
 
+  <epigraph>
+    <para><quote>The number of Nix installations in the world has grown to 4,
+        with more expected.</quote></para>
+  </epigraph>
+
   <para>
     Nix is a system for software deployment.  It supports the
     creation and distribution of software packages, as well as the installation
diff --git a/doc/manual/style.css b/doc/manual/style.css
index bf34c87e9f8a..27cc2e102faf 100644
--- a/doc/manual/style.css
+++ b/doc/manual/style.css
@@ -202,3 +202,9 @@ td.varname, td.tagname, td.paramname
   font-weight: bold;
   vertical-align: top;
 }
+
+div.epigraph
+{
+    font-style: italic;
+    text-align: right;
+}
\ No newline at end of file