Skip to content

Commit c5572f8

Browse files
committed
Copied from /Style/Group/css3-src/
1 parent 82e9ce8 commit c5572f8

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

default.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ p + p, p + div.sidefigure + p {
5050
text-indent: 2em;
5151
margin-top: 0
5252
}
53-
dd p {
53+
dd > p:first-child, li > p:first-child {
5454
margin-top: 0
5555
}
5656

@@ -87,6 +87,7 @@ img {
8787

8888
a:link, a:visited {
8989
color: inherit;
90+
text-decoration: underline;
9091
}
9192

9293
a.logo:link, a.logo:visited {
@@ -176,7 +177,7 @@ pre.illegal-xml { color: red }
176177
div.illegal-xml { color: red }
177178
div.illegal-xml p { color: black }
178179

179-
code { font-size: 90% }
180+
/* code { font-size: 90% } */
180181
.css { color: #800 } /* inline CSS code (SPAN/CODE) */
181182
code.css { font-family: inherit; font-size: 100% }
182183
code.html { color: #600 } /* inline HTML */
@@ -452,6 +453,10 @@ table.features td {
452453
border: solid;
453454
}
454455

456+
.data img {
457+
vertical-align: middle;
458+
}
459+
455460
table.propdef {
456461
table-layout: auto;
457462
}
@@ -464,3 +469,9 @@ table.features td {
464469
dt dfn code {
465470
font-size: inherit;
466471
}
472+
473+
/* This is mostly to make the list inside the CR exit criteria more compact. */
474+
dl ol, dl li {display: inline; padding: 0; margin: 0}
475+
dl ol {counter-reset: list-item}
476+
dl li {counter-increment: list-item}
477+
dl li:before {content: "(" counter(list-item) ") "; font-weight: bold}

0 commit comments

Comments
 (0)