~ubuntu-branches/ubuntu/hardy/autoconf-archive/hardy

« back to all changes in this revision

Viewing changes to htmldoc/ac-archive.css

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2004-06-26 09:43:57 UTC
  • Revision ID: james.westby@ubuntu.com-20040626094357-3be3jwcz1vcdhpe8
Tags: upstream-20040616
ImportĀ upstreamĀ versionĀ 20040616

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body
 
2
    {
 
3
    margin-left:1em;
 
4
    margin-right:2em;
 
5
    }
 
6
 
 
7
h1
 
8
    {
 
9
    text-align:center;
 
10
    }
 
11
 
 
12
p
 
13
    {
 
14
    text-align:justify;
 
15
    }
 
16
 
 
17
dt
 
18
    {
 
19
    margin-top:0.1ex;
 
20
    }
 
21
 
 
22
address
 
23
    {
 
24
    text-align:right;
 
25
    }
 
26
 
 
27
.indent
 
28
    {
 
29
    margin-left:3em;
 
30
    }
 
31
 
 
32
.m4source
 
33
    {
 
34
    font-size:small;
 
35
    }
 
36
 
 
37
.fontsf
 
38
    {
 
39
    font-family:sans-serif;
 
40
    }
 
41
 
 
42
.fontms
 
43
    {
 
44
    font-family:monospace;
 
45
    }
 
46
 
 
47
.alphaol
 
48
    {
 
49
    list-style-type:lower-alpha;
 
50
    }
 
51
 
 
52
.numericol
 
53
    {
 
54
    list-style-type:decimal;
 
55
    }