Skip to content

Commit af1fc45

Browse files
committed
Remove the tables section, now that all of our specs are Bikeshedded. ^_^
1 parent 7c66955 commit af1fc45

File tree

1 file changed

+0
-74
lines changed

1 file changed

+0
-74
lines changed

default.css

-74
Original file line numberDiff line numberDiff line change
@@ -52,80 +52,6 @@
5252
display: table;
5353
}
5454

55-
/******************************************************************************/
56-
/* Tables */
57-
/******************************************************************************/
58-
59-
/* XXX: Remove these once all specs are bikeshedded or Bert's processor generates .def/.index classes */
60-
61-
/** Property/Descriptor Definition Tables *************************************/
62-
63-
table.propdef, table.propdef-extra,
64-
table.descdef, table.definition-table {
65-
page-break-inside: avoid;
66-
width: 100%;
67-
margin: 1.2em 0;
68-
border-left: 0.5em solid #8CCBF2;
69-
padding: 0.5em 1em;
70-
background: #DEF;
71-
border-spacing: 0;
72-
}
73-
74-
table.propdef td, table.propdef-extra td,
75-
table.descdef td, table.definition-table td,
76-
table.propdef th, table.propdef-extra th,
77-
table.descdef th, table.definition-table th {
78-
padding: 0.5em;
79-
vertical-align: baseline;
80-
border-bottom: 1px solid #bbd7e9;
81-
}
82-
table.propdef > tbody > tr:last-child th,
83-
table.propdef-extra > tbody > tr:last-child th,
84-
table.descdef > tbody > tr:last-child th,
85-
table.definition-table > tbody > tr:last-child th,
86-
table.propdef > tbody > tr:last-child td,
87-
table.propdef-extra > tbody > tr:last-child td,
88-
table.descdef > tbody > tr:last-child td,
89-
table.definition-table > tbody > tr:last-child td {
90-
border-bottom: 0;
91-
}
92-
93-
table.propdef th,
94-
table.propdef-extra th,
95-
table.descdef th,
96-
table.definition-table th {
97-
font-style: italic;
98-
font-weight: normal;
99-
width: 8.3em;
100-
padding-left: 1em;
101-
}
102-
103-
/* For when values are extra-complex and need formatting for readability */
104-
table td.pre {
105-
white-space: pre-wrap;
106-
}
107-
108-
/* A footnote at the bottom of a propdef */
109-
table.propdef td.footnote,
110-
table.propdef-extra td.footnote,
111-
table.descdef td.footnote,
112-
table.definition-table td.footnote {
113-
padding-top: 0.6em;
114-
}
115-
table.propdef td.footnote::before,
116-
table.propdef-extra td.footnote::before,
117-
table.descdef td.footnote::before,
118-
table.definition-table td.footnote::before {
119-
content: " ";
120-
display: block;
121-
height: 0.6em;
122-
width: 4em;
123-
border-top: thin solid;
124-
}
125-
126-
.all-media {
127-
font-style: italic;
128-
}
12955

13056
/** Profile Tables ************************************************************/
13157
/* table of required features in a CSS profile */

0 commit comments

Comments
 (0)