Skip to content

Commit cf0d6c8

Browse files
committed
make buttons visible
1 parent 1392c63 commit cf0d6c8

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

index.cn.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ <h3>
6161
</section>
6262

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

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ <h3>
6161
</section>
6262

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

stylesheets/stylesheet.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ a.button small {
530530
display: block;
531531
font-size: 11px;
532532
}
533+
533534
aside a.button {
534535
display: block;
535536
width: 138px;
@@ -857,9 +858,6 @@ footer a:hover {
857858
background-image: none;
858859
border-top: solid 1px #ddd;
859860
}
860-
aside#sidebar a.button {
861-
display: none;
862-
}
863861
#main-content h1:before,
864862
#main-content h2:before,
865863
#main-content h3:before,

0 commit comments

Comments
 (0)