Skip to content

Commit 1392c63

Browse files
committed
make download more visible
1 parent dfc6bae commit 1392c63

File tree

4 files changed

+8
-24
lines changed

4 files changed

+8
-24
lines changed

benchmark.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<div class="inner">
2222
<h1>json iterator</h1>
2323
<h2>faster than DOM, more usable than SAX/StAX</h2>
24-
<a href="https://github.com/json-iterator/java" class="button" id="button1">
25-
<small>jsoniter</small>Java 1.0.0</a>
26-
<a href="https://github.com/json-iterator/go" class="button" id="button2">
27-
<small>jsoniter</small>Go 1.0.0</a>
2824
</div>
2925
</header>
3026

index.cn.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<div class="inner">
2222
<h1>json iterator</h1>
2323
<h2>faster than DOM, more usable than SAX/StAX</h2>
24-
<a href="https://github.com/json-iterator/java" class="button" id="button1">
25-
<small>jsoniter</small>Java 1.0.0</a>
26-
<a href="https://github.com/json-iterator/go" class="button" id="button2">
27-
<small>jsoniter</small>Go 1.0.0</a>
2824
</div>
2925
</header>
3026

@@ -65,6 +61,10 @@ <h3>
6561
</section>
6662

6763
<aside id="sidebar">
64+
<a href="https://github.com/json-iterator/java" class="button" id="button1">
65+
<small>jsoniter</small>Java 1.0.0</a>
66+
<a href="https://github.com/json-iterator/go" class="button" id="button2">
67+
<small>jsoniter</small>Go 1.0.0</a>
6868
<p>This document is also available as</p>
6969
<ul>
7070
<li><a href="/">English</a></li>

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<div class="inner">
2222
<h1>json iterator</h1>
2323
<h2>faster than DOM, more usable than SAX/StAX</h2>
24-
<a href="https://github.com/json-iterator/java" class="button" id="button1">
25-
<small>jsoniter</small>Java 1.0.0</a>
26-
<a href="https://github.com/json-iterator/go" class="button" id="button2">
27-
<small>jsoniter</small>Go 1.0.0</a>
2824
</div>
2925
</header>
3026

@@ -65,6 +61,10 @@ <h3>
6561
</section>
6662

6763
<aside id="sidebar">
64+
<a href="https://github.com/json-iterator/java" class="button" id="button1">
65+
<small>jsoniter</small>Java 1.0.0</a>
66+
<a href="https://github.com/json-iterator/go" class="button" id="button2">
67+
<small>jsoniter</small>Go 1.0.0</a>
6868
<p>This document is also available as</p>
6969
<ul>
7070
<li><a href="/">English</a></li>

stylesheets/stylesheet.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -530,18 +530,6 @@ a.button small {
530530
display: block;
531531
font-size: 11px;
532532
}
533-
header a#button1 {
534-
position: absolute;
535-
top: 0;
536-
right: 0;
537-
background: transparent url(../images/github-button.png) 0 0 no-repeat;
538-
}
539-
header a#button2 {
540-
position: absolute;
541-
top: 84px;
542-
right: 0;
543-
background: transparent url(../images/github-button.png) 0 0 no-repeat;
544-
}
545533
aside a.button {
546534
display: block;
547535
width: 138px;

0 commit comments

Comments
 (0)