summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.html.in4
-rw-r--r--doc/style.css1
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index c75948c..4259611 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -279,8 +279,8 @@ compilation and <tt>make install</tt> (as root) for installation of
<p>Get <tt>seppl</tt>'s development sources from the <a href="http://subversion.tigris.org/">Subversion</a> <a href="https://seth.intheinter.net:8081/svn/seppl/">repository</a>.</p>
<hr/>
-<address>Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, December 2003</address>
-<div><i>$Id$</i></div>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, December 2003</address>
+<div class="grey"><i>$Id$</i></div>
</body>
</html>
diff --git a/doc/style.css b/doc/style.css
index 69f653a..be0e667 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -30,3 +30,4 @@ h3 { color: #00004F; margin-left: 0.5cm; }
ul { margin-left: .5cm; }
ol { margin-left: .5cm; }
pre { margin-left: .5cm; background-color: #f0f0f0; padding: 0.4cm;}
+.grey { color: #afafaf; }