浏览代码

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;

部分文件因为文件数量过多而无法显示