diff options
author | Unknwon <joe2010xtmf@163.com> | 2015-02-08 13:00:22 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2015-02-08 13:00:22 -0500 |
commit | 9420eecb8762d53ea356eb7c683dec3f4f2cec8c (patch) | |
tree | 8e6ef9c8724ccf733b3ad11a74df88c2328575de /public/ng | |
parent | 17a34949eb84de93c07388c7b7776274ed3494d8 (diff) | |
download | gitea-9420eecb8762d53ea356eb7c683dec3f4f2cec8c.tar.gz gitea-9420eecb8762d53ea356eb7c683dec3f4f2cec8c.zip |
public/ng/css: code generation for #919
Diffstat (limited to 'public/ng')
-rw-r--r-- | public/ng/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 1db8ee6972..71208f4b56 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1218,6 +1218,9 @@ The register and sign-in page style #repo-files-table { margin-bottom: 20px; } +#repo-files-table .sha .label { + font-family: Monaco, Menlo, Consolas, "Courier New", monospace; +} #repo-files-table th, #repo-files-table td { text-align: left; |