aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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 48e29c0d8..7759cd65a 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 bf34c87e9..27cc2e102 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