Browse Source

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.
pull/917/head
Stefan 10 years ago
parent
commit
ca4a123010
  1. 3
      public/ng/css/gogs.css

3
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;

Loading…
Cancel
Save