Skip to content

Commit 6bc1797

Browse files
committed
[css-position-3][editorial] Remove unnecessary styling.
1 parent 79daa0a commit 6bc1797

File tree

1 file changed

+2
-73
lines changed

1 file changed

+2
-73
lines changed

css-position-3/Overview.bs

+2-73
Original file line numberDiff line numberDiff line change
@@ -24,77 +24,6 @@ spec:css2; type:dfn; text:stacking context
2424

2525
<style type="text/css">
2626
.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-
}
9827

9928
#abspos-auto ul { list-style-type: none; margin: 0; }
10029
#abspos-auto caption { caption-side: bottom; }
@@ -400,7 +329,7 @@ Containing Blocks of Positioned Boxes</h3>
400329

401330
are established as follows:
402331

403-
<table class="cb-example-table">
332+
<table class="data">
404333
<tr><th>For box generated by <th>C.B. is established by
405334
<tr><td>html<td>initial C.B. (UA-dependent)
406335
<tr><td>body<td>html
@@ -429,7 +358,7 @@ Containing Blocks of Positioned Boxes</h3>
429358

430359
the table of containing blocks becomes:
431360

432-
<table class="cb-example-table">
361+
<table class="data">
433362
<tr><th>For box generated by <th>C.B. is established by
434363
<tr><td>html<td>initial C.B. (UA-dependent)
435364
<tr><td>body<td>html

0 commit comments

Comments
 (0)