From 85f384f271b3d6bd6304c78bbeb68c278b198b61 Mon Sep 17 00:00:00 2001
From: Stefan <Stefan-Code@users.noreply.github.com>
Date: Sun, 8 Feb 2015 17:38:10 +0100
Subject: [PATCH] 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.
---
 public/ng/less/gogs/repository.less | 3 +++
 1 file changed, 3 insertions(+)

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;