diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-17 13:12:28 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-17 13:12:28 +0800 |
commit | c101471bdfd0a802e66adfb7402dbd980812da30 (patch) | |
tree | 0f1187da123cb1d978ef4331dd5dc11e4f023a41 /public | |
parent | cc3cbf8cbee4b28902abc7fccee60499bd4c1246 (diff) | |
download | gitea-c101471bdfd0a802e66adfb7402dbd980812da30.tar.gz gitea-c101471bdfd0a802e66adfb7402dbd980812da30.zip |
ui update, repo-assignment panic bug fix
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 2c05d27ecb..f98cf7a184 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -10,6 +10,7 @@ body { html, body { height: 100%; + font-family: Helvetica, Arial, sans-serif; } /* override bs3 */ |