Skip to content

Commit 4603cb2

Browse files
committed
Quick fixes to align repo-* icons.
1 parent b688e23 commit 4603cb2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

js/assets/base.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,19 @@
7272
opacity: 1;
7373
}
7474

75-
.github-box .github-box-header .github-stats .repo-watchers {
76-
border-right: 1px solid #ddd;
77-
background-position: 3px 4px;
75+
.github-box .github-box-header .github-stats .repo-stars {
76+
background-position: 2px 3px;
7877
}
7978

8079
.github-box .github-box-header .github-stats .repo-forks {
8180
background-position: 2px -14px;
8281
padding-left: 15px;
8382
}
8483

84+
.github-box .github-box-header .github-stats .repo-issues {
85+
background-position: 2px -32px;
86+
}
87+
8588
/* Github Box Content */
8689

8790
.github-box .github-box-content {
@@ -153,4 +156,4 @@
153156
border-bottom-color: #9fc7db;
154157
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
155158
opacity: 1;
156-
}
159+
}

0 commit comments

Comments
 (0)