Skip to content

Commit b42fa3a

Browse files
committed
update style
1 parent 49ccdcc commit b42fa3a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

css/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ h1 {
4545
right: 20px;
4646
z-index: 1;
4747
display: block;
48-
opacity: 0.4;
48+
opacity: 0.25;
4949
}
5050

5151
.github-ribbon {
@@ -56,8 +56,9 @@ h1 {
5656
}
5757

5858
.gh-btns {
59-
margin-bottom: 0;
60-
position: center;
59+
60+
position: fixed;
61+
6162
}
6263

6364

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<meta charset="UTF-8">
66
<title>Python Open Projects</title>
7-
7+
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure.css">
88
<!-- Demo CSS -->
99
<link rel="stylesheet" href="css/style.css">
1010

@@ -20,7 +20,7 @@ <h1>Python Open Projects</h1>
2020
<p>Collect and classify Python open projects on Github.<br>For more informations, visit the <a href="https://github.com/checkcheckzz/Python-open-projects">repository</a>.</p>
2121
</div>
2222
<div>
23-
<p class="gh-btns">
23+
<p class="gh-btns pure-hidden-phone">
2424
<iframe src="http://ghbtns.com/github-btn.html?user=checkcheckzz&repo=Python-open-projects&type=watch&count=true&size=large"
2525
allowtransparency="true" frameborder="0" scrolling="0" width="152" height="30"></iframe>
2626
<iframe src="http://ghbtns.com/github-btn.html?user=checkcheckzz&repo=Python-open-projects&type=fork&count=true&size=large"

0 commit comments

Comments
 (0)