~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/marvin/common.css

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
        color: lime;
 
3
        background: #333333;
 
4
        font-family: monospace;
 
5
}
 
6
:link {
 
7
        color: yellow;
 
8
}
 
9
:visited {
 
10
        color: #999900;
 
11
}
 
12
table {
 
13
        border: 1px dotted;
 
14
        border-spacing: 7px;
 
15
        font-size: larger;
 
16
        font-weight: 900;
 
17
        font-family: sans-serif;
 
18
        color: white;
 
19
}
 
20
td, th {
 
21
        border: 1px dotted;
 
22
}
 
23
.separate {
 
24
        border-collapse: separate;
 
25
}
 
26
.collapse {
 
27
        border-collapse: collapse;
 
28
}
 
29
.b, .e {
 
30
        border: 13px dotted;
 
31
}
 
32
 
 
33
/*Columns*/
 
34
.a {width: 126px}
 
35
.b {width: 192px}
 
36
.c {width: 114px}
 
37
.d {width: 109px}
 
38
 
 
39
/*Rows*/
 
40
.d {height: 96px}
 
41
.h {height: 104px}
 
42
.l {height: 80px}
 
43
.p {height: 111px}