summaryrefslogtreecommitdiffstats
path: root/doc/style.css
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-04 19:07:59 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-04 19:07:59 +0000
commit360ff12ea5b1e0dc3c83a373ddce20e109efaa9a (patch)
tree22efd48841fbbc289d6483a2f5384cc70e604cda /doc/style.css
parent146b5df7b80e1745eef752568210645b7ff4cdff (diff)
* implement proper PID file locking
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@79 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css16
1 files changed, 4 insertions, 12 deletions
diff --git a/doc/style.css b/doc/style.css
index 995b68e..27ea945 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -18,16 +18,8 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
***/
-body { color: black; background-color: white; margin: 0.5cm; }
+body { color: black; background-color: white; }
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; }
-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; }
-
+div.news-date { font-size: 80%; font-style: italic; }
+pre { background-color: #f0f0f0; padding: 0.4cm; }
+.grey { color: #8f8f8f; font-size: 80%; }