From ca4a1230105521ce7f6e085f6ada12ebc6dc6c36 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 8 Feb 2015 16:52:53 +0100 Subject: [PATCH] Updated gogs.css - monospace font for hash Updated gogs.css to set the font-family of .sha .label in the #repo-files-table to a monospace font to make it look nicer. --- 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 1db8ee697..7be4fcb21 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;