summaryrefslogtreecommitdiffstats
path: root/man/man.css
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-11-30 14:27:42 +0000
committerLennart Poettering <lennart@poettering.net>2003-11-30 14:27:42 +0000
commitb6abf79d60722dbee89e6270435d0b11c0dffa91 (patch)
treed40783bd9c86b989e9f2ddb4a0dc63f9592d74f0 /man/man.css
parentc0d1779760fd10d14344fa1ed70b91bdf50272c1 (diff)
relase 0.3
--copy-always --sort bi-directory merges --check-md git-svn-id: file:///home/lennart/svn/public/syrep/trunk@43 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'man/man.css')
-rw-r--r--man/man.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/man/man.css b/man/man.css
deleted file mode 100644
index 37dd55f..0000000
--- a/man/man.css
+++ /dev/null
@@ -1,30 +0,0 @@
-/* $Id$ */
-
-/***
- This file is part of syrep.
-
- syrep is free software; you can redistribute it and/or modify it under
- the terms of the GNU General Public License as published by the Free
- Software Foundation; either version 2 of the License, or (at your
- option) any later version.
-
- syrep is distributed in the hope that it will be useful, but WITHOUT
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- for more details.
-
- You should have received a copy of the GNU General Public License
- along with syrep; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-***/
-
-body { color: black; background-color: white; margin: 0.5cm; }
-a:link, a:visited { color: #900000; }
-h1 { text-transform:uppercase; font-size: 18pt; color: #00009F; }
-p { margin-left:1cm; margin-right:1cm; }
-.cmd { font-family:monospace; }
-.file { font-family:monospace; }
-.arg { text-transform:uppercase; font-family:monospace; font-style: italic; }
-.opt { font-family:monospace; font-weight: bold; }
-.manref { font-family:monospace; }
-.option .optdesc { margin-left:2cm; }