From: Stefan Date: Sun, 8 Feb 2015 16:38:10 +0000 (+0100) Subject: Updated gogs.css - monospace font for hash X-Git-Tag: v0.9.99~1481^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=85f384f271b3d6bd6304c78bbeb68c278b198b61;p=gitea.git Updated gogs.css - monospace font for hash Updated gogs.css to use monospaced font for sha hash label in repository view to make it look nicer because of equal label width. --- diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less index 09691ee8bf..59513c77c7 100644 --- a/public/ng/less/gogs/repository.less +++ b/public/ng/less/gogs/repository.less @@ -247,6 +247,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;