summaryrefslogtreecommitdiffstats
path: root/doc/style.css
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-01-16 16:08:55 +0000
committerLennart Poettering <lennart@poettering.net>2004-01-16 16:08:55 +0000
commitc7aa850073c9f415a14f622be097ccb59fde60d2 (patch)
tree51ac2704c81883b9fd2e259451cd5596d5edfbdc /doc/style.css
parent4e3a25d7cceabcb9f3c33a3359924206bb98b9c3 (diff)
ifplugd changes
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@84 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css
index 85c060c..8f30b98 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,4 +1,4 @@
-/* $Id: style.css 8 2003-07-05 15:14:33Z lennart $ */
+/* $Id$ */
/***
* This file is part of ifplugd.
@@ -23,7 +23,10 @@ a:link, a:visited { color: #900000; }
p { margin-left: 0.5cm; margin-right: 0.5cm; }
div.news-date { margin-left: 0.5cm; font-size: 80%; color: #4f0000; }
p.news-text { margin-left: 1cm; }
-ul { margin-left: 0.5cm; }
h1 { color: #00009F; }
h2 { color: #00009F; }
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; }