Browse Source

Update bindata and CSS

tags/v0.9.99
Unknwon 7 years ago
parent
commit
089bacd54e
2 changed files with 932 additions and 702 deletions
  1. 921
    702
      modules/bindata/bindata.go
  2. 11
    0
      public/css/gogs.css

+ 921
- 702
modules/bindata/bindata.go
File diff suppressed because it is too large
View File


+ 11
- 0
public/css/gogs.css View File

@@ -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;

Loading…
Cancel
Save