From 9420eecb8762d53ea356eb7c683dec3f4f2cec8c Mon Sep 17 00:00:00 2001
From: Unknwon <joe2010xtmf@163.com>
Date: Sun, 8 Feb 2015 13:00:22 -0500
Subject: [PATCH] public/ng/css: code generation for #919

---
 public/ng/css/gogs.css | 3 +++
 1 file changed, 3 insertions(+)

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;