Skip to content

Commit 275043e

Browse files
authored
Use "next" as version ID on the main branch (#492)
Distinguish the main-branch version from the release version numbers by using "next" as version id.
1 parent cdc058a commit 275043e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<section id="home">
1414
<a href="#home" class="logo">
1515
<img srcset="resources/[email protected] 2x" src="resources/logo.png" alt="Speedometer" />
16-
<div class="version">3.0</div>
16+
<div class="version next">next</div>
1717
</a>
1818
<div class="content">
1919
<p>Speedometer is a browser benchmark that measures the responsiveness of Web applications. It uses demo web applications to simulate user actions such as adding to-do items.</p>

resources/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ main {
103103
top: -105px;
104104
}
105105

106+
.next {
107+
right: -13px;
108+
top: -110px;
109+
color: var(--highlight);
110+
}
111+
106112
h1 {
107113
margin-top: 30px;
108114
font-size: 40px;

0 commit comments

Comments
 (0)