소스 검색

Merge pull request #919 from Stefan-Code/dev

Updated gogs.css - monospace font for hash
无闻 10 년 전
부모
커밋
17a34949eb
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      public/ng/less/gogs/repository.less

+ 3 - 0
public/ng/less/gogs/repository.less

@@ -247,6 +247,9 @@
 }
 #repo-files-table {
     margin-bottom: 20px;
+    .sha .label {
+     font-family: Monaco,Menlo,Consolas,"Courier New",monospace;   
+    }
     th, td {
         text-align: left;
         line-height: 32px;