We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b688e23 + 4603cb2 commit 5003946Copy full SHA for 5003946
js/assets/base.css
@@ -72,16 +72,19 @@
72
opacity: 1;
73
}
74
75
-.github-box .github-box-header .github-stats .repo-watchers {
76
- border-right: 1px solid #ddd;
77
- background-position: 3px 4px;
+.github-box .github-box-header .github-stats .repo-stars {
+ background-position: 2px 3px;
78
79
80
.github-box .github-box-header .github-stats .repo-forks {
81
background-position: 2px -14px;
82
padding-left: 15px;
83
84
+.github-box .github-box-header .github-stats .repo-issues {
85
+ background-position: 2px -32px;
86
+}
87
+
88
/* Github Box Content */
89
90
.github-box .github-box-content {
@@ -153,4 +156,4 @@
153
156
border-bottom-color: #9fc7db;
154
157
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
155
158
-}
159
0 commit comments