diff options
Diffstat (limited to 'public/ng/less')
-rw-r--r-- | public/ng/less/gogs/repository.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less index 09691ee8..63c25d06 100644 --- a/public/ng/less/gogs/repository.less +++ b/public/ng/less/gogs/repository.less @@ -101,6 +101,7 @@ border-right: none; width: 190px; border-left: none; + cursor: default; } #repo-clone-help { clear: both; @@ -247,6 +248,9 @@ } #repo-files-table { margin-bottom: 20px; + .sha .label { + font-family: Monaco,Menlo,Consolas,"Courier New",monospace; + } th, td { text-align: left; line-height: 32px; |