~ubuntu-branches/ubuntu/trusty/eb/trusty

« back to all changes in this revision

Viewing changes to doc/ebutils.css

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2007-02-11 13:51:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070211135124-0nq5wjpuum6jnh42
Tags: 4.3-3
libeb12 conflicts with eb-utils (<= 4.3-1) for `eb.mo'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
    color:              #000000;
 
3
    background-color:   #ffffff;
 
4
}
 
5
 
 
6
td {
 
7
    border-style:       solid;
 
8
    border-width:       1px;
 
9
}
 
10
 
 
11
table {
 
12
    border-style:       solid;
 
13
    border-width:       2px;
 
14
}
 
15
 
 
16
h2 {
 
17
    font-size:          x-large;
 
18
    background-color:   #cfcfcf;
 
19
    padding:            3px;
 
20
    border-style:       solid;
 
21
    border-width:       1px;
 
22
}
 
23
 
 
24
h3 {
 
25
    font-size:          large;
 
26
    background-color:   #cfcfcf;
 
27
    padding:            3px;
 
28
    border-style:       solid;
 
29
    border-width:       1px;
 
30
}
 
31
 
 
32
h4 {
 
33
    font-size:          medium;
 
34
    border-style:       solid;
 
35
    border-width:       2px;
 
36
    padding:            8px;
 
37
}