Skip to content

Commit 477b03c

Browse files
committed
update style
1 parent b42fa3a commit 477b03c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

css/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* {
2+
-webkit-box-sizing: border-box;
3+
-moz-box-sizing: border-box;
4+
box-sizing: border-box;
5+
}
6+
17
body {
28
background:#E0FFFF url('../img/bg-noise.png') top left;
39
}
@@ -57,7 +63,7 @@ h1 {
5763

5864
.gh-btns {
5965

60-
position: fixed;
66+
margin-bottom: 0;
6167

6268
}
6369

index.html

Lines changed: 2 additions & 3 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-
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure.css">
7+
88
<!-- Demo CSS -->
99
<link rel="stylesheet" href="css/style.css">
1010

@@ -20,14 +20,13 @@ <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 pure-hidden-phone">
23+
<p class="gh-btns">
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"
2727
allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"></iframe>
2828
</p>
2929

30-
3130
<div>
3231

3332
<p class="credits">Made by <a href="http://itgeekworkhard.com/">Zach</a>.</p>

0 commit comments

Comments
 (0)