@@ -24,77 +24,6 @@ spec:css2; type:dfn; text:stacking context
24
24
25
25
<style type="text/css">
26
26
.switch > dt { font: inherit; }
27
- .cb-example-table {
28
- border: 1px solid;
29
- border-collapse: collapse;
30
- font-size: smaller;
31
- text-align: center;
32
- margin: 0 2em;
33
- }
34
- .cb-example-table td, .cb-example-table th {
35
- border: 1px solid;
36
- padding: 0 3px;
37
- }
38
- code span, td span {
39
- white-space: nowrap;
40
- }
41
- .relationship-table {
42
- border: 1px solid;
43
- border-collapse: collapse;
44
- font-size: smaller;
45
- margin: 0 6em;
46
- }
47
- .relationship-table th {
48
- text-align: center;
49
- white-space:nowrap;
50
- }
51
- .relationship-table td, .relationship-table th {
52
- border: 1px solid;
53
- padding: 0 3px;
54
- }
55
- h2 dfn, h3 dfn {
56
- font: inherit;
57
- }
58
-
59
- table.lpr {
60
- border-collapse: collapse;
61
- }
62
- .lpr td, .lpr th {
63
- border: 1px solid;
64
- text-align: center;
65
- }
66
- .lpr col {
67
- background: rgb(221, 238, 255);
68
- border-right: 2px solid;
69
- font-weight: bold;
70
- padding: 0 5px;
71
- }
72
- .lpr div {
73
- font-weight: bold;
74
- -moz-transform: rotate(-90deg) translatex(-0.5em);
75
- -ms-transform: rotate(-90deg) translatex(-0.5em);
76
- -o-transform: rotate(-90deg) translatex(-0.5em);
77
- -webkit-transform: rotate(-90deg) translatex(-0.5em);
78
- transform: rotate(-90deg) translatex(-0.5em);
79
- width: 1.5em;
80
- }
81
- .lpr th:first-child {
82
- border: none;
83
- background: white;
84
- }
85
- .lpr tbody td:first-child {
86
- font-weight: normal;
87
- }
88
- .lpr thead td {
89
- background: rgb(238, 238, 238);
90
- font-weight: bold;
91
- padding: 0 5px;
92
- vertical-align: bottom;
93
- white-space: nowrap;
94
- }
95
- .lpr thead tr:nth-child(2) {
96
- border-bottom: 2px solid;
97
- }
98
27
99
28
#abspos-auto ul { list-style-type: none; margin: 0; }
100
29
#abspos-auto caption { caption-side: bottom; }
@@ -400,7 +329,7 @@ Containing Blocks of Positioned Boxes</h3>
400
329
401
330
are established as follows:
402
331
403
- <table class="cb-example-table ">
332
+ <table class="data ">
404
333
<tr><th> For box generated by <th> C.B. is established by
405
334
<tr><td> html<td> initial C.B. (UA-dependent)
406
335
<tr><td> body<td> html
@@ -429,7 +358,7 @@ Containing Blocks of Positioned Boxes</h3>
429
358
430
359
the table of containing blocks becomes:
431
360
432
- <table class="cb-example-table ">
361
+ <table class="data ">
433
362
<tr><th> For box generated by <th> C.B. is established by
434
363
<tr><td> html<td> initial C.B. (UA-dependent)
435
364
<tr><td> body<td> html
0 commit comments