Skip to content

Commit

Permalink
Added test information, much nicer transitions, still not 100% user f…
Browse files Browse the repository at this point in the history
…riendly
  • Loading branch information
Razican committed Oct 3, 2020
1 parent b3a7ece commit 89a073e
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 120 deletions.
24 changes: 18 additions & 6 deletions test262/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,25 @@
color: #dfa800;
}

.card {
.card:not(.test) {
width: 100%;
}

#info {
margin-top: 1em;
}

.info-link {
text-align: center;
font-size: 2em;
}

.card.test {
width: 2em;
margin: 0.5em;
cursor: pointer;
display: inline-block;
}
</style>
</head>

Expand Down Expand Up @@ -60,11 +76,7 @@ <h1>
id="old-versions"
></section>
</div>
<div
class="row accordion col-md-12"
id="info"
style="display: none"
></div>
<div class="row accordion col-md-12 collapse" id="info"></div>
</div>
<script src="/assets/jquery-3.5.1.slim.min.js"></script>
<script src="/assets/bootstrap.bundle.min.js"></script>
Expand Down
Loading

0 comments on commit 89a073e

Please sign in to comment.