]> source.dussan.org Git - gitea.git/commitdiff
Updated gogs.css - monospace font for hash
authorStefan <Stefan-Code@users.noreply.github.com>
Sun, 8 Feb 2015 16:38:10 +0000 (17:38 +0100)
committerStefan <Stefan-Code@users.noreply.github.com>
Sun, 8 Feb 2015 16:38:10 +0000 (17:38 +0100)
Updated gogs.css to use monospaced font for sha hash label in repository view to make it look nicer because of equal label width.

public/ng/less/gogs/repository.less

index 09691ee8bf9bb5785ae7ad950fe75bcfed5cbc7b..59513c77c72d561c98b3aaa9d7f569c19a3c6348 100644 (file)
 }
 #repo-files-table {
     margin-bottom: 20px;
+    .sha .label {
+     font-family: Monaco,Menlo,Consolas,"Courier New",monospace;   
+    }
     th, td {
         text-align: left;
         line-height: 32px;