소스 검색

Update bindata and CSS

Unknwon 8 년 전
부모
커밋
089bacd54e
2개의 변경된 파일17개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      modules/bindata/bindata.go
  2. 11 0
      public/css/gogs.css

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 6 - 6
modules/bindata/bindata.go


+ 11 - 0
public/css/gogs.css

@@ -4,6 +4,17 @@
   display: inline-block;
   background-size: contain;
 }
+.ui.header,
+.ui.menu,
+.ui.button,
+h1,
+h2,
+h3,
+h4,
+h5,
+input {
+  font-family: "Helvetica Neue", "Meiryo Ui", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
+}
 body {
   font-family: "Helvetica Neue", "Meiryo Ui", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
   background-color: #fff;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.