summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-12-06 17:37:35 +0000
committerLennart Poettering <lennart@poettering.net>2003-12-06 17:37:35 +0000
commitd8769e3dff2bcb9573567074417d8f6795234828 (patch)
treee05fb42527caa8a841374860e0927b457644e1b0
parent6057e37bf6492a6a9a243522ea77d28b530e5fbe (diff)
readme fixes
git-svn-id: file:///home/lennart/svn/public/seppl/trunk@22 91a2fd9b-5dcb-0310-a70a-d71e310228e6
-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; }