11cb0ef41Sopenharmony_ci<!-- Copyright 2020 the V8 project authors. All rights reserved.
21cb0ef41Sopenharmony_ciUse of this source code is governed by a BSD-style license that can be
31cb0ef41Sopenharmony_cifound in the LICENSE file. -->
41cb0ef41Sopenharmony_ci<head>
51cb0ef41Sopenharmony_ci  <link href="./index.css" rel="stylesheet">
61cb0ef41Sopenharmony_ci</head>
71cb0ef41Sopenharmony_ci
81cb0ef41Sopenharmony_ci<style>
91cb0ef41Sopenharmony_cih3 {
101cb0ef41Sopenharmony_ci  margin-block-start: 0em;
111cb0ef41Sopenharmony_ci}
121cb0ef41Sopenharmony_ci
131cb0ef41Sopenharmony_ci.properties {
141cb0ef41Sopenharmony_ci  overflow: auto;
151cb0ef41Sopenharmony_ci  max-height: 300px;
161cb0ef41Sopenharmony_ci}
171cb0ef41Sopenharmony_ci
181cb0ef41Sopenharmony_ci.properties table {
191cb0ef41Sopenharmony_ci  overflow: visible;
201cb0ef41Sopenharmony_ci  min-width: 350px;
211cb0ef41Sopenharmony_ci  border-collapse: collapse;
221cb0ef41Sopenharmony_ci}
231cb0ef41Sopenharmony_ci
241cb0ef41Sopenharmony_ci.properties table td {
251cb0ef41Sopenharmony_ci  vertical-align: top;
261cb0ef41Sopenharmony_ci}
271cb0ef41Sopenharmony_ci
281cb0ef41Sopenharmony_ci.properties table > tbody > tr > td:nth-child(2n+1):after {
291cb0ef41Sopenharmony_ci  content: ':';
301cb0ef41Sopenharmony_ci }
311cb0ef41Sopenharmony_ci
321cb0ef41Sopenharmony_ci.properties table > tbody > tr > td:nth-child(2n+1) {
331cb0ef41Sopenharmony_ci  padding-right: 3px;
341cb0ef41Sopenharmony_ci}
351cb0ef41Sopenharmony_ci
361cb0ef41Sopenharmony_ci.properties table > tbody > tr > td:nth-child(2n+2) {
371cb0ef41Sopenharmony_ci  width: 100%;
381cb0ef41Sopenharmony_ci}
391cb0ef41Sopenharmony_ci
401cb0ef41Sopenharmony_ci.properties table select {
411cb0ef41Sopenharmony_ci  width: 100%;
421cb0ef41Sopenharmony_ci}
431cb0ef41Sopenharmony_ci
441cb0ef41Sopenharmony_ci.code {
451cb0ef41Sopenharmony_ci  font-family: var(--code-font);
461cb0ef41Sopenharmony_ci}
471cb0ef41Sopenharmony_ci
481cb0ef41Sopenharmony_ci.footer {
491cb0ef41Sopenharmony_ci  margin-top: 10px;
501cb0ef41Sopenharmony_ci  text-align: right;
511cb0ef41Sopenharmony_ci  width: 100%;
521cb0ef41Sopenharmony_ci  display: flex;
531cb0ef41Sopenharmony_ci  align-content: space-between;
541cb0ef41Sopenharmony_ci}
551cb0ef41Sopenharmony_ci
561cb0ef41Sopenharmony_ci.footer button {
571cb0ef41Sopenharmony_ci  flex: 1 1 0;
581cb0ef41Sopenharmony_ci}
591cb0ef41Sopenharmony_ci</style>
601cb0ef41Sopenharmony_ci
611cb0ef41Sopenharmony_ci<div id="body">
621cb0ef41Sopenharmony_ci  <div id="content"></div>
631cb0ef41Sopenharmony_ci</div>
64