瀏覽代碼

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;
   display: inline-block;
   background-size: contain;
   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 {
 body {
   font-family: "Helvetica Neue", "Meiryo Ui", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
   font-family: "Helvetica Neue", "Meiryo Ui", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
   background-color: #fff;
   background-color: #fff;

部分文件因文件數量過多而無法顯示