Browse Source

resize star font size

pull/500/merge
fuxiaohei 10 years ago
parent
commit
e0493259a6
  1. 1
      public/ng/css/gogs.css
  2. 1
      public/ng/less/gogs/repository.less

1
public/ng/css/gogs.css

@ -1003,6 +1003,7 @@ The register and sign-in page style
#repo-header-meta a > .btn {
line-height: 16px;
margin-left: 16px;
font-size: 14px;
}
#repo-header-meta a > .btn i {
margin-right: 6px;

1
public/ng/less/gogs/repository.less

@ -43,6 +43,7 @@
& > .btn {
line-height: 16px;
margin-left: 16px;
font-size: 14px;
i {
margin-right: 6px;
}

Loading…
Cancel
Save