Skip to content

Commit c68c9e3

Browse files
committed
Remove conflict by regenerating output
1 parent 77397f9 commit c68c9e3

1 file changed

Lines changed: 24 additions & 8 deletions

File tree

css3-images/default.css

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Style sheet for the CSS3 specification,
33
* to be used in addition to http://www.w3.org/StyleSheets/TR/W3C-{WD,PR,REC}
4-
* $Id$
54
*/
65

76
@media print {
@@ -319,6 +318,8 @@ table.equiv-table { border-bottom: hidden }
319318
table.equiv-table { empty-cells: show }
320319
table.equiv-table caption { margin: 0.5em 0 0 0 }
321320

321+
<<<<<<< default.css
322+
=======
322323
/* Style for table of properties */
323324
table.proptable {
324325
font-size: small;
@@ -333,12 +334,14 @@ table.proptable td, table.proptable th {
333334
border-style: solid none none dotted;
334335
border-width: thin;
335336
border-color: red;
337+
vertical-align: baseline;
336338
}
337339
table.proptable th:first-child, table.proptable td:first-child {
338340
border-left-style: none;
339341
}
340342

341343

344+
>>>>>>> 1.14
342345
/* Style for table that defines a property or a descriptor */
343346
table.propdef, table.propdef-extra, table.descdef {
344347
border-spacing: 0;
@@ -440,9 +443,15 @@ table.features td {
440443

441444
/* Style for data tables (and properly marked-up proptables) */
442445

446+
447+
/* Style for table of properties */
448+
449+
443450
.data, .proptable {
451+
font-size: small;
444452
margin: 1em auto;
445453
border-collapse: collapse;
454+
border-spacing: 0;
446455
border: solid #005A9B;
447456
}
448457
.data caption {
@@ -451,10 +460,16 @@ table.features td {
451460
}
452461
.data td, .data th,
453462
.proptable td, .proptable th {
454-
border: thin solid;
455-
padding: 0.2em;
463+
border: thin;
464+
border-style: solid none none dotted;
465+
padding: 0.4em;
456466
text-align: center;
467+
border-color: red;
457468
}
469+
th:first-child, td:first-child {
470+
border-left-style: none;
471+
}
472+
458473
.data thead th[scope="row"],
459474
.proptable thead th[scope="row"] {
460475
text-align: right;
@@ -472,11 +487,12 @@ table.features td {
472487
background: #EEEEEE;
473488
color: inherit;
474489
}
475-
.data thead,
476-
.data tbody,
477-
.data tfoot,
478-
.data colgroup {
479-
border: solid;
490+
.proptable code {
491+
font: inherit;
492+
white-space: nowrap;
493+
}
494+
.proptable th a {
495+
display: block;
480496
}
481497

482498
.data img {

0 commit comments

Comments
 (0)