File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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 }
176177div .illegal-xml { color : red }
177178div .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) */
181182code .css { font-family : inherit; font-size : 100% }
182183code .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}
You can’t perform that action at this time.
0 commit comments