~diwic/ubuntu/lucid/pulseaudio/bugfixes

« back to all changes in this revision

Viewing changes to man/xmltoman.css

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2007-12-04 00:56:08 UTC
  • mto: (1.15.1 sid)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20071204005608-3lzrrrpxi186kgx4
Tags: upstream-0.9.8
ImportĀ upstreamĀ versionĀ 0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: xmltoman.css 2023 2007-11-05 15:10:13Z lennart $ */
 
2
 
 
3
/***
 
4
  This file is part of PulseAudio.
 
5
 
 
6
  PulseAudio is free software; you can redistribute it and/or modify it under
 
7
  the terms of the GNU General Public License as published by the Free
 
8
  Software Foundation; either version 2 of the License, or (at your
 
9
  option) any later version.
 
10
 
 
11
  PulseAudio is distributed in the hope that it will be useful, but WITHOUT
 
12
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
13
  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
 
14
  for more details.
 
15
 
 
16
  You should have received a copy of the GNU General Public License
 
17
  along with PulseAudio; if not, write to the Free Software Foundation,
 
18
  Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 
 
19
***/
 
20
 
 
21
body { color: black; background-color: white; } 
 
22
a:link, a:visited { color: #900000; }       
 
23
h1 { text-transform:uppercase; font-size: 18pt; } 
 
24
p { margin-left:1cm; margin-right:1cm; } 
 
25
.cmd { font-family:monospace; }
 
26
.file { font-family:monospace; }
 
27
.arg { text-transform:uppercase; font-family:monospace; font-style: italic; }
 
28
.opt { font-family:monospace; font-weight: bold;  }
 
29
.manref { font-family:monospace; }
 
30
.option .optdesc { margin-left:2cm; }