Browse Source

resize star font size

fuxiaohei 10 years ago
parent
commit
a11ed51bbb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/ng/css/gogs.css
  2. 1 1
      public/ng/less/gogs/repository.less

+ 1 - 1
public/ng/css/gogs.css

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

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

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