Browse Source

resize star font size

tags/v1.2.0-rc1
fuxiaohei 11 years ago
parent
commit
e0493259a6
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      public/ng/css/gogs.css
  2. +1
    -0
      public/ng/less/gogs/repository.less

+ 1
- 0
public/ng/css/gogs.css View File

@@ -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
- 0
public/ng/less/gogs/repository.less View File

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


Loading…
Cancel
Save